Wasteland Wiki
Advertisement

Go back to the Action Class index

An impassable square is the the most simple action in the game. Normally it just displays a string and that's it. But it also can change the action class and action selector of the current square.

Byte Description
0 The index of the string to print
1 The action class to change the current square to. If this is FFh then byte 2 is not present
2 The action selector to change the current square to. This byte is only present if byte 1 is not FFh
Advertisement