View Single Post
  #10  
Old 04-04-2006, 11:44 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
As I said, the length is only for saving attributes in RC.. otherwise I don't believe there is a limit.

On another note, the way I have done things like that in the path is to change the parameters so its like
clientr.item_index=AMMT,itemdata
and when it loads the data, it would just save the value of param[0] in the string already there.. then load clientr.item_index as the value saved on the server.. then add the value of params[0] at the beggining.