09-01-2009, 09:26 PM
I was working on this (everything will be hardcoded of course), and I ran into a small snag. I need this:
To run off of a select case, any idea how I would do this?
I seriously doubt I'll be successful in this, but I'd at least like to get this part figured out... :\
Code:
If Map(GetPlayerMap(index)).Tile(GetPlayerX(index), GetPlayerY(index)).Type = TILE_TYPE_SCRIPTED Then
Map(GetPlayerMap(index)).Tile(GetPlayerX(index), GetPlayerY(index)).Data1)
End If
To run off of a select case, any idea how I would do this?
I seriously doubt I'll be successful in this, but I'd at least like to get this part figured out... :\