Continents Mud

Mob Scripts


Revision History

Kas 1.0 - Original Version
Kas 1.1 - if-then-else loops work correctly
Kas 1.2 - $set now works properly.  "$set while" and "$set pos"
          implemented.
R/N     - Mobs can now execute scripts while sleeping, resting, standing
          and fighting, as default.  The script writer may opt to turn
          any or all of these off.
Kas     - $goto and "$set script" removed.
Kas 1.3 - Targetting available.
Kas     - You can now $mark and $ret to go back to a place.
Kas     - $if can be used with =, >, = and   &1 &2           returns true if &1 is greater than &2
     <  &1 &2           returns true if &1 is less than &2
     >= &1 &2           returns true if &1 is greater than or equal to &2