Author |
Message |
Topic: Creating an exit on the map based on a trigger |
septantrionalis
Replies: 4
Views: 4566
|
Forum: CMUD General Discussion Posted: Tue May 10, 2022 2:04 pm Subject: Creating an exit on the map based on a trigger |
#CALL %roomexit(,%additem(%roomexit, "e"))
Boom! That worked! Thanks. |
Topic: Creating an exit on the map based on a trigger |
septantrionalis
Replies: 4
Views: 4566
|
Forum: CMUD General Discussion Posted: Wed Apr 20, 2022 9:30 pm Subject: Creating an exit on the map based on a trigger |
I tried :
#TAG exit ("e")
#TAG exit (e)
#TAG exit e
#TAG exit ("east")
#TAG exit (east)
#TAG exit east
I also double checked to make sure the map was in "edit" mode. None of these commands ... |
Topic: Creating an exit on the map based on a trigger |
septantrionalis
Replies: 4
Views: 4566
|
Forum: CMUD General Discussion Posted: Tue Apr 19, 2022 7:23 pm Subject: Creating an exit on the map based on a trigger |
I am having a hard time figuring this out. I want to create an exit on the map based on a trigger I've created. Boiled down, I want to issue a command like this :
#EXIT e
and just have it crea ... |
|