Commands

Desolation Mir2 (Med Rate Server)

Matt2010

Dedicated Member
Dedicated Member
Jan 10, 2010
22
0
27
St Evenage
How do i add @Town to take u to BW

And @GMRoom To take me to the GMRoom that had my GM NPC in it, but i need this to only be rights 10

Thanks:thumbup2:
 

paul.obrien

LOMCN Veteran
Veteran
Aug 28, 2008
453
4
45
add @town in to to custom command.txt

then in the Qfunction add this

[@town]
#ACT
MAPMOVE 0 300 300 (pick your own cords)
BREAK
CLOSE

for @gmroom do the same but in the Qfunction add this

[@gmroom]
#IF
ISADMIN
#ACT
MAPMOVE Q001
BREAK
CLOSE

#ELSESAY
Sorry <$USERNAME>.\
You are not a GamesMaster.\
Only a GM can use this teleport.\ \

<Exit/@exit>
 
Upvote 0