Skip to main content

MOB_REMEMBER

Keywords: MOB_REMEMBER, MOB_FORGET
Syntax: MOB REMEMBER [victim] MOB FORGET The mob remember command enables the mobile to remember a player for future reference in a MOBprogram. The player can subsequently be referred as '$q' in programs activated by the mobile. The mob forget clears the target. Note that if the first time the mobile runs a program, $q is automatically set to the player who triggered the event. Most commonly this command is used in delayed programs, where the mobile has to remember the player who triggered the original event, for example to continue conversation. Example: MOB REMEMBER $n The mobile will remember the name of the player who activated the program to use on other program as $q. MOB CANCEL The mobile will forget its target.