View Single Post
  #7  
Old 09-12-2006, 02:52 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
To anyone still interested:
Stefan found out that you can find if the player has an instance of the string with the space (Gold Platemail ) by using getstringkeys("clientr.item-Gold Platemail").

After that, I figured out you can do something like this:
PHP Code:
temp.gpmstring "clientr.item-Gold Platemail ";
clientr.("item-Gold Platemail") = {makevar(temp.gpmstring)[0],"armor/chest/goldplatemail"}; 
Reply With Quote