Quote:
Originally Posted by Torankusu
For what its worth, params start at 0
Your npc script:
params[0] = buymenu1
params[1] = 1000
params[2] = nameyouhad?
Also, you can do:
onActionClientside (cmd, price, itemname)
and reference the parameters passed from serverside that way.
Ex: echo(price);
|
Ahh, thanks for the reply anyways

.
Would anyone be able to explain tokenizing to me/link me to anything on it please?