View Single Post
  #3  
Old 12-27-2001, 12:16 AM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Re: Re: Help! Stock Market Script!

Quote:
Originally posted by Sennema


I just skimmed through it a bit, but the problem seems to be that your playing around with tokens that haven't been set yet.
ex:
NPC Code:

if(strequals(#t(0),buy)) {
this.BUYamount=#t(2);



Change the strequals to something else, like startswith or something. But I'm not sure. It's 12:00 and I just woke up after going to bed at 1:00.
Your also gonna have to check the length of the string (strelen I think it is).
this.BUYamount=#t(2);
change that to
setstring this.BUYamount,#t(2);
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote