View Single Post
  #9  
Old 07-26-2013, 10:42 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I just do:

clientr.(@flag) = "";

On Zodiac we have a list of variables that are specific to characters. So for items we do:

PHP Code:
for (temp.itemgetstringkeys("clientr.item_")) {
  
clientr.("item_" @temp.item) = "";
}
for (
temp.statgetstringkeys("clientr.stat.")) {
  
clientr.stat.(@temp.stat) = "";

__________________
Quote:
Reply With Quote