I'm trying to make them like Era cars.
There seems to be nothing wrong with the triggeraction's arguments...
It echoed:
PHP Code:
First time
x-42.5
y-50
acct-Graal711249
Second time
x-42.5
y-51.34
acct-Graal711249
But it never displays the second "BLAH"..
PHP Code:
function onActionGrabbed(acct)
{
echo("BLAH");
....
.....
}
Well for now I resorted to using a new putnpc2.. Tell me if anyone has any ideas though.