Quote:
Originally Posted by thatdwarf
with a dynamic variable call:
PHP Code:
itemID = 1; player.clientr.item_(@itemID);
That's the basic idea behind the calls.
|
More like this:
PHP Code:
temp.itemID = 1; // Without a header it won't be a temp variable, tsk tsk!
clientr.(@"item_" @ temp.itemID) = "foo";