In zMUD, there were several "special" aliases such at "atconnect", "atexit", etc. These aliases have been replaced by the new Event system in CMUD.
Events are similar to triggers or aliases, but they are triggered by CMUD when a certain situation occurs. For example, the "onConnect" event fires when CMUD connects to the MUD.
In most cases, just changing your special "atconnect" alias to an "OnConnect" event is all you need to do. To make this change, open the Package Editor and find your "atconnect" alias. Highlight your entire script and Copy it into the clipboard.
Next, select New Event from the New menu. Select "onConnect" from the Name dropdown list and then click on the Script field and Paste your script into that field.
Finally, go back and delete your "atconnect" alias. |