View Single Post
  #13  
Old 08-21-2004, 04:41 PM
XiLe XiLe is offline
Lylic < Me
XiLe's Avatar
Join Date: Dec 2002
Location: My House
Posts: 224
XiLe is on a distinguished road
Send a message via AIM to XiLe Send a message via MSN to XiLe
Serer strings trim themselves for no apparent reason. Probably the fact that the character initiated in the gserver has a limited length, so it truncates anything beyond that. Try using DB-NPCs, their strings seem much longer.

For example, replace this:
NPC Code:
setstring serverr.asdf,1234567890;



with this:
NPC Code:
with (getnpc(moo)) {
setstring this.asdf,1234567890;
}



Don't forget to read up on this. and thiso. strings/variables, as they play a role in DB-NPC interation.
__________________
AIM: xilesaim MSN: [email protected]
I'm the Co-Owner of Atrius... If you've got questions, ask me
Reply With Quote