
11-09-2001, 05:56 AM
|
|
Registered User
|
Join Date: Jun 2001
Posts: 373
|
|
Ummmm
|
Im not entirely sure that will even work. That is like basically trying to do a warpto. Warpto is a special thing on certain rc's, and you cant do tokens or strings to do warpto on graal. Its been tried. You can, however, use server strings and a set location to warp them such as:
For the person warping:
if(startswith(warp,#c)){
tokenize #c;
setstring server.lalala,#t(1);
}
For the person to be warped:
if(strequals(#a,#s(server.lalala))){
setlevel2 thislevel.nw,30,30;
setstring server.lalala,;
}
Now, that MIGHT work. Not sure if it will or not. Try it. |
|
|
|