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)