|
SBG Novice
Joined: 05 Mar 2003 Posts: 44 Location: Australia
|
Posted: Fri Sep 05, 2003 12:21 pm
#MOVE and Room Scripts |
Gday all,
It would seem that if a #MOVE <dir> is given and the room in which
you move into has a roomscript, That roomscript is not fired.
Is there a way to get it to work ?
Thanks for any help
Mark |
|
|
|
Leto GURU
Joined: 27 Sep 2000 Posts: 90 Location: USA
|
Posted: Sat Sep 06, 2003 5:00 am |
The #TELEPORT command will do this for you. Using the command without any arguments reloads the current room script.
Example:
#TRIGGER {You track (%w) (%w).} {#MOVE {%2};#TE} |
|
|
|
SBG Novice
Joined: 05 Mar 2003 Posts: 44 Location: Australia
|
Posted: Sat Sep 06, 2003 12:58 pm |
Sweet, works sport on.
Never thought of using it like that
Many thanks,
Mark. |
|
|
|
|
|