Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Node?
Linus Ågren Offline
Senior Member

Posts: 309
Threads: 58
Joined: Jan 2011
Reputation: 5
#2
RE: Node?

Refer to http://www.frictionalgames.com/forum/thread-5117.html for monster spawns.

For patrol nodes, just place this code under your OnStart():
AddEnemyPatrolNode(string& asName, string& asNodeName, float afWaitTime, string& asAnimation);

"asName" = Name of your monster.
"asNodeName" = Name of your patrolnode.
"afWaitTime" = I believe that's the time the monster stays at the node.
"asAnimation" = Not sure what it does but probably some animation for the monster. Just leave this blank.

And don't forget to place out nodes in your map. ^^

Creator of The Dark Treasure.
02-19-2011, 03:37 PM
Website Find


Messages In This Thread
Node? - by zatrix - 02-19-2011, 03:09 PM
RE: Node? - by Linus Ågren - 02-19-2011, 03:37 PM
RE: Node? - by zatrix - 02-19-2011, 03:43 PM
RE: Node? - by Linus Ågren - 02-19-2011, 03:47 PM
RE: Node? - by Ongka - 02-19-2011, 03:48 PM
RE: Node? - by zatrix - 02-19-2011, 05:37 PM



Users browsing this thread: 1 Guest(s)