![]() |
Help with tokenize
can someone tell me whats wrong with this?
if (playertouchsme) { toweapons Warper; } if (playerchats) { if(startswith(warpto,#c)) { tokenize #c; setlevel2 #t(3).graal,#t(1),#t(2); } } it keeps comming up with errors :( |
try isweapon before all of that beside the toweapon and touch me
|
BTW nice idea ;)
|
the #t(2) is the error, but why?
|
try this:
NPC Code:if (playertouchsme) { |
toekns are string-bassed
try setlevel2 #t(3).graal,strtofloat(#t(1)),strtofloat(#t(2)); |
i dont want to have to say setx and sety
|
Quote:
|
thx falcor! :)
|
All times are GMT +2. The time now is 06:30 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.