View Single Post
  #4  
Old 06-16-2013, 05:18 PM
Figback65
Discordant
 
Join Date: Aug 2009
Location: 2131231231
Posts: 255
Default

Figured out why on titanium it adds 0000's to the link in titanium. I dunno how to change it with the program but manually in the scripts you can change each one.

Adds 0's
Code:
quest::saylink("Off");

No 0's
Code:
quest::saylink("Off", 1);

Whatever was in the program that made the change effects varlink also so item links also have 000's and I dunno where to fix that.

EDIT: Note this is based using a Titanium Client on a Titanium Server. Other clients on a titanium server may need more work. (Untested)
__________________
Reply With Quote