View Single Post
  #4  
Old 02-28-2002, 09:30 AM
relenakat relenakat is offline
Registered User
Join Date: Feb 2002
Posts: 36
relenakat is on a distinguished road
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.
__________________
Quote:
Boredem is like a headache and/or yawn, they are very contagious!
Website deleted x.o If I really need one again, I'll buy it. Thank you very much... and yes, I use x.o o.x x.x o.o and X.o Freqently. Deal with it >:O
Reply With Quote