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
Need help on my custom story!
TerrorsEnd Offline
Junior Member

Posts: 22
Threads: 4
Joined: Jun 2012
Reputation: 0
#11
RE: Need help on my custom story!

(06-26-2012, 10:39 AM)Your Computer Wrote: Semi-colons aren't supposed to be found in function headers.

main (18,51) : ERR : Expected ')' or ','
main (19,52) : ERR : Expected ')' or ','
main (20,51) : ERR : Expected ')' or ','
main (21,52) : ERR : Expected ')' or ','

Here's that part of the HPS:


void SpawnEnemy1(string &in asParent, string &in asChild, int alState)
{
GiveSanityDamage(35.0f,true);
AddEnemyPatrolNode("Enemy1", "PathNodeArea 1", 0.9r,"");
AddEnemyPatrolNode("Enemy1", "PathNodeArea_2", 30.0t,"");
AddEnemyPatrolNode("Enemy1", "PathNodeArea_3", 0.0r,"");
AddEnemyPatrolNode("Enemy1", "PathNodeArea_4", 30.0t,"");

}

its the path nodes
(This post was last modified: 06-26-2012, 11:30 AM by TerrorsEnd.)
06-26-2012, 10:52 AM
Website Find
TerrorsEnd Offline
Junior Member

Posts: 22
Threads: 4
Joined: Jun 2012
Reputation: 0
#12
RE: Need help on my custom story!

Fixed!
06-26-2012, 01:00 PM
Website Find




Users browsing this thread: 2 Guest(s)