View Single Post
  #3  
Old 02-13-2009, 02:25 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by thatdwarf View Post
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"
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote