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
Infinite Patroling
ClayPigeon Offline
Member

Posts: 214
Threads: 13
Joined: Mar 2012
Reputation: 8
#5
RE: Infinite Patroling

Or...

for(;;)
{    
    for(int i = 1; i < howmuchpatrolnodesyouhave+1; i++)
    {
       AddEnemyPatrolNode("enemy", "patrol_node_names_"+i, 0);    
    }
}

I think this should work...
(This post was last modified: 03-31-2012, 11:06 PM by ClayPigeon.)
03-31-2012, 11:05 PM
Find


Messages In This Thread
Infinite Patroling - by RedMser - 03-31-2012, 06:30 PM
RE: Infinite Patroling - by Your Computer - 03-31-2012, 06:43 PM
RE: Infinite Patroling - by Damascus - 03-31-2012, 09:34 PM
RE: Infinite Patroling - by palistov - 03-31-2012, 09:54 PM
RE: Infinite Patroling - by ClayPigeon - 03-31-2012, 11:05 PM
RE: Infinite Patroling - by Your Computer - 03-31-2012, 11:45 PM



Users browsing this thread: 1 Guest(s)