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
Fatal Error when starting my Costum Story
FragdaddyXXL Offline
Member

Posts: 136
Threads: 20
Joined: Apr 2012
Reputation: 7
#6
RE: Fatal Error when starting my Costum Story

(9,1):ERR : Expected "," or ";"

To read errors like this in the future:
9 is the line the exception occurred,
1 is the place in the line that the exception occurred.

You haven't surrounded your LockedDoor_1 with quotes, as it is a string.
I noticed this in 2 places.

Also, do not change the parameters in the callback functions when you declare them:
void unlock_door(string &in asItem, string &in asEntity)

Also, Key To Hallway needs to be in quotes.

Dark Seclusion Here
(This post was last modified: 06-01-2012, 09:27 AM by FragdaddyXXL.)
06-01-2012, 09:19 AM
Find


Messages In This Thread
RE: Fatal Error when starting my Costum Story - by FragdaddyXXL - 06-01-2012, 09:19 AM



Users browsing this thread: 1 Guest(s)