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)