View Single Post
  #6  
Old 02-13-2009, 07:43 PM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,749
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Okay I have another question, if nobody minds if I reuse this thread; I have an NPC that I want to move to certain points in a level, but I don't want it moving off the path. The following is a rough interpretation of my path.
HTML Code:
--------OO------
--------OO------
--OO----OO------
--OO----OO------
--OOOOOOOOOOOO--
--OOOOOOOOOOOO--
------------OO--
------------OO--
I don't know if it came out properly formatted, but basically I would like the NPC to follow the "O"s and stay off the "-'s, and then walk back towards the start. I've read about the move function, is that the most efficient way of doing this (plotting out his course)?
__________________
Save Classic!
Reply With Quote