View Single Post
  #1  
Old 12-22-2001, 01:02 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Unhappy With getplayer ...

Would this work?? i want it so it would send the player to x=30 y=30 to the level. But it only works if the player is in that level
so if i said "unjail kumada" it would only unjail me if i was in jail.nw not anywhere else.
Heres what i have..
if (playerchats&&strequals(#g,Guild)){
tokenize #c;
if (strequals(unjail,#c)){
with (getplayer(#t(1))&&strequals(#l,Jail.nw)){
playerx=30;
playery=30;
}}}
__________________
Aim: Mmm Kumada

Reply With Quote