Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   with(getplayer[]), and more? (https://forums.graalonline.com/forums/showthread.php?t=34014)

nyghtGT 07-22-2002 07:23 PM

with(getplayer[]), and more?
 
I'm just curious. I had this NPC I was working on Delteria with NPC Server and I had many triggeraction stuff I was doing...

I was wondering how I would make it so when a playerchats it grabs a player according to a token and does something to him...
NPC Code:

if (actionserverwarp) {
setlevel2 #p(0),strtofloat(#p(1)),strtofloat(#p(2));
}
//#CLIENTSIDE
if (playerchats) {
tokenize #c;
with (getplayer[#t(1)]) {
triggeraction 0,0,serverwarp,#t(0),#t(1),#t(2);
}
}


Could anyone tell me where I went wrong and how I fix it please?

screen_name 07-22-2002 08:33 PM

lol

with is serverside only, so you would have to trigger serverside then do the with command

and it would be getplayer(#p(1))


All times are GMT +2. The time now is 07:27 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.