|
hpoonis2010 Adept
Joined: 18 Jun 2019 Posts: 279
|
Posted: Tue Jun 18, 2019 7:38 am
cMUD equivalent of zMUD %onroomenter |
Hulloa all,
I used this function extensively withzMUD. It came in useful for executing mapping triggers when locating new rooms, or even updating existing room stats.
I am a new cMUD user and this function seems to have been deprecated. Is there a cMUD equivalent available, or do I have to use/make something else?
Thanks |
|
|
|
hpoonis2010 Adept
Joined: 18 Jun 2019 Posts: 279
|
Posted: Tue Jun 18, 2019 7:53 am |
OK. Never mind. I found the equivalent.
OK. I'll have to go through the vast amounts of documentation. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4692 Location: Pensacola, FL, USA
|
Posted: Tue Jun 18, 2019 9:49 am |
You would want the event of the same name :
#EVENT onRoomEnter {Do stuff}
If you want to do it cleanly.
Then use %roomname or your own variables to determine what happens.
You can still make individual room scripts from the map properties window if you absolutely must. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|