View Single Post
  #5  
Old 09-11-2006, 08:56 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
That's the problem.
It automatically trims the space, so even if I rename the archetype to have a space it will be trimmed.

PHP Code:
  if (clientr.(@"item-Gold Platemail ").size() >= 1) {
    
clientr.(@"item-Gold Platemail") = {clientr.(@"item-Gold Platemail")[0] + clientr.(@"item-Gold Platemail ")[0],"armor/chest/goldplatemail"};
    
clientr.(@"item-Gold Platemail ") = "";
  } 

Last edited by Yen; 09-11-2006 at 09:19 PM..
Reply With Quote