Thread: ugh...
View Single Post
  #1  
Old 05-09-2001, 10:13 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Unhappy

this is kinda emberassing... but... how do I make my npc chase my player, like REALLY chase him... I'm kinda new... here's wut I got soo far, this isn't the whole script.

if (this.chase=0)
if (this.distx<=5|this.disty<=5) {
this.offense=1;
}

if (this.offense>=1) {
followplayer;
setcharani -----,#f;
}

__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote