Thread: ...stumped...
View Single Post
  #8  
Old 01-08-2002, 06:26 PM
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: ...stumped...

Quote:
Originally posted by BlKnight
I think its a glitch with graal now, but look. I have this loop, when I use variables it works perfect, but when I use strings (and I have to use strings because regular variables will go to 0 when you leave levels) the while loop doesn't work. Heh, it may be a n00b question, but I don't care. Here it is:

while (!strequals(#v(this.on),#s(mapf))) {
this.on=strtofloat(#s(mapf));
}

Heh...I'm not going to show the whole script because of the genius calulations and script...but anywho go ahead and make fun of me for not knowing how to fix this simple problem -_-. Tell me how to fix it first though
I think u have to change the this.on=strtofloat(#s(mapf));
to
setstring this.on,strtofloat(#s(mapf));
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote