
11-06-2002, 12:53 AM
|
|
That Guy
|
 |
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
|
|
Re: Can someone please help?
Quote:
Originally posted by Stev579
Hi there, I'm kinda new to scripting, and I'm trying a script for when a player with a specific account name says a specific word to get warped. I'm thinking of using:
if (playerchats&&strequals(#a,account name)&&strequals(#c,warp))
{setlevel2 level.graal,31.5,15;}
Would this be right? If not, can you suggest something that might be? Any help is greatly appreciated.
Thanks. 
(level.graal, account name and warp are all examples. XD)
|
yes, but make sure you use .nw as the level.. not .graal (unless it really is .graal) |
|
|
|