Thread: drifting npc's
View Single Post
  #2  
Old 11-05-2001, 05:25 AM
JeffTL JeffTL is offline
Registered User
Join Date: Sep 2001
Posts: 374
JeffTL is on a distinguished road
You don't have one of these, do you?

NPC Code:

if(playerenters){
x+=.5;
}


NPC Code:

if(playerenters){
x=x+.5;
}

__________________
Reply With Quote