
09-05-2001, 07:33 AM
|
|
V Avatar
|
 |
Join Date: Jun 2001
Location: Texas
Posts: 954
|
|
|
if (playertouchsme) {
this.action=0;
toweapons Warper;
say2
HOW TO USE:#b
Use just like a RC account.#b
Say warpto x y to warp to a #b
certain x and y cordinate on #b
the board.#b
Say warpto x y levelname.graal #b
to warp to a certain x,y and #b
level name.;
}
if (playerchats&&isweapon) {
tokenize #c;
if(strequals(#t(0),warpto)){
if(tokenscount==4){
this.x=strtofloat(#t(1));
this.y=strtofloat(#t(2));
setlevel2 #t(3),this.x,this.y;
}
if(tokenscount==3){
this.x=strtofloat(#t(1));
this.y=strtofloat(#t(2));
setlevel2 #L,this.x,this.y;
}
}} |
__________________
-Matt
|
|
|
|