Frictional Games Forum (read-only)

Full Version: I need help with creating a specific PathNode for a monster...! D:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have already placed my monster and I've added a script area that will act as a trigger, but I want the monster to go directly to the player, no matter where they are and no matter where they go...

so.....I'm wondering if there's a specific script I need to do that or if I just have to use a bunch of PathNodes for the monster to follow...answers are greatly appreciated! Smile

You would use a script, I think it is ShowEnemyPlayerPlayerPosition("<Name of Monster Here>"):
(03-20-2012, 12:15 AM)Vaelwing22 Wrote: [ -> ]You would use a script, I think it is ShowEnemyPlayerPlayerPosition("<Name of Monster Here>"):
okay, thanks