![]() |
Set Zombie walking to waypoints - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Set Zombie walking to waypoints (/thread-5212.html) Pages:
1
2
|
RE: Set Zombie walking to waypoints - house - 10-29-2010 Code: void OnStart() I found all the wrong things I could find. Copy whats in the code I just did into your .hps file. It should work. RE: Set Zombie walking to waypoints - anzki - 10-30-2010 Also to clear thing out none of the void's is necessary. It works fine without having OnStart(), if you don't have any script there. Same goes for OnLeave() and so on. So all those empty: Code: void OnEnter() |