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
#4
RE: Node?

Yeah, if you're unsure on how to write it, here's an example: Smile

void OnStart()
{
AddEnemyPatrolNode("grunt_1", "Node_1", 0, ""); //Makes grunt move to node 1
AddEnemyPatrolNode("grunt_1", "Node_2", 0, ""); //Makes grunt move to node 2
AddEnemyPatrolNode("grunt_1", "Node_3", 0, ""); //Makes grunt move to node 3 etc.
}

Creator of The Dark Treasure.
(This post was last modified: 02-19-2011, 07:01 PM by Linus Ågren.)
02-19-2011, 03:47 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)