View Single Post
  #5  
Old 02-28-2002, 10:00 AM
Phenom1K Phenom1K is offline
Registered User
Join Date: Dec 2001
Location: Somewhereoffthecoastof, Paradise
Posts: 138
Phenom1K is on a distinguished road
Send a message via AIM to Phenom1K Send a message via Yahoo to Phenom1K
Quote:
Originally posted by relenakat
Well...To make a npc move you need to be familar with x and y stuff an example is like...
NPC Code:

if(created){
set move
}
if(move){
x-1;
y+1;
}


Kinda like that except a little more ummm Complicated but there are some good tutorials to read like the Graal tutorial that comes with graal.
Eww that's ugly yo.

An entire replacement for that script if

NPC Code:

move x,y,time,actions;

__________________
The following is a message brought to you in part by JR

The procedding was a message brought to you in part by JR
Reply With Quote