Thread: x=+.5
View Single Post
  #7  
Old 01-01-2002, 01:48 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Tyhm
Kyle: We're talking about if(created) x+=0.5;

For the last two versions, if(created) runs the first time any given player enters the level, or whenever a person logs on in that level, or something. Since I, for one, do not particularly like the idea of going through all 5000 levels on Classic and changing x+=0.5 to x=30.5, I'd much rather Stefan fix if(created)
maybe since the npc is moved it logs the position of the npc and when a player comes back it loads that then moves it ??
or something?
well just do
if (playerenters) { x=30.5; }
or something
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote