View Single Post
Old 02-20-2004, 02:02 AM   #5
Dundee Slaytern
Ironworks Moderator
 

Join Date: June 10, 2001
Location: Pasir Ris, Singapore
Age: 42
Posts: 11,063
If you get stunned or disabled. You cannot do anything else.

The script itself is sequential. The game reads from top to bottom. When a code-block is valid to do, the game executes it and goes back to the top of the script.

So code blocks at the top have the highest priority, while those at the bottom have the lowest.
Dundee Slaytern is offline   Reply With Quote