Jump to content

Hey, Monster- Stay Put!


Recommended Posts

First, check the description at the top of the script. Frequently, there is a value you can give to a memory cell to make the monster immobile. For example, in the guard.txt script, setting memory cell 0 to 1 or 2 gives various flavors of immobility.

 

Second, the set_mobility call can stop any monster in its tracks permanently.

 

Third, you can make any monster never move by never giving it any calls that might make it move. This includes do_attack, by the way. If you want the monster to use regular attacks, you'll need to use set_mobility.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...