
12-22-2001, 01:02 PM
|
|
Ded
|
 |
Join Date: Nov 2001
Location: Usa
Posts: 1,088
|
|
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
|
|
|
|