Random Programs trigger on every aggressive tick (about every 10-12 seconds). Syntax is: addmprog
Example:
if inroom $i != 3001
mob goto 3001
endif
This will have the mob check what room it is in. If it is NOT (if inroom !(does not) = 3001) in room 3001, it will go there.


Home