Thread: ...stumped...
View Single Post
  #5  
Old 01-08-2002, 04:17 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
i think what you should do, is...

NPC Code:

this.uther = strtofloat(#s(mapf));
while (this.on!=this.uther) {
this.on=strtofloat(#s(mapf));
}



simple fix...right? for some reason, if you did this:
NPC Code:

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



it wouldn't work, i think because in order to test something, it has to be a 1 or 0 not a string, strpings always equal 0. i learned that when i jailed every player on doomsday with my jailing system...bad news bear...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote