No categories assigned

ContentDesigner:Creating Movement

Revision as of 23:18, 13 June 2016 by Cynnar (talk | contribs)

ContentDesigner:SpawnScripts - Creating Movement

Return to: ContentDesigner:SpawnScripts | Tutorials | Portal | Forum | Project Manager | Bug Tracker


The Creating Movement guide will show you how to get your NPC's to walk and run around. With many different combinations you can make a specific path for the NPC to follow to walking in circles if you choose.


Movement Functions

There are two functions that can be used to make an NPC move. The first one MovementLoopAddLocation() will allow an NPC to move to more than one location like a specific path.

The second one MoveToLocation() will allow the NPC to move to a specific location then stop.