|
jysmystry Beginner
Joined: 28 Nov 2012 Posts: 16
|
Posted: Sat Apr 06, 2013 12:16 am
setting temporary room name for speedwalking |
Hi
Anyone know if its possible to have an alias or button that sets the shortname or a room.
So say I travel somewhere to do a quest or whatever, i use some mana and i can speedwalk back to restore my mana rather than have to rest. I wanta way to easily set the room name i was in to "temp" then after I have healed i can speedwalk back, remove the temp name and repeat elsewhere.
Is it possible to do this? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Apr 06, 2013 2:07 am |
Use %maplocked() to switch map modes (map must be unlocked to make changes via script), use %roomid() to set the shortname. Why do that, though, when you can record the room number?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
jysmystry Beginner
Joined: 28 Nov 2012 Posts: 16
|
Posted: Sat Apr 06, 2013 9:40 pm |
oh yes!!
So I did this alias
Quote: |
<alias name="go" id="71">
<value>#walk %1</value>
</alias> |
and i just type go roomnumber - is this what you mean because tham makes a lot more sense haha
Thank you, i didnt realise i could use room numbers like that :) |
|
|
|
|
|