View Single Post
  #2  
Old 02-13-2009, 02:23 PM
thatdwarf thatdwarf is offline
Former UN Dev Admin
Join Date: Nov 2005
Posts: 42
thatdwarf is on a distinguished road
with a dynamic variable call:

PHP Code:
itemID 1;
foo "Long Sword";

clientr.item_(@itemID) = foo;

echo(
clientr.item_(@itemID)); 
would echo "Long Sword";

That's the basic idea behind the calls.
Reply With Quote