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
Can someone tell me what is wrong with this script?
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#4
RE: Can someone tell me what is wrong with this script?

He means that at the part you have:
AddEntityCollideCallback("hatch1", "ScriptArea_1", "CollideAreaLadder", true);

it should be somthing like this:
AddEntityCollideCallback("hatch1", "ScriptArea_1", "CollideAreaLadder", true, 1);

that means you missed an argument.
you're welcome

CURRENTLY WORKING ON:
Final Light = 40%
Need of voice actors.
(This post was last modified: 07-12-2012, 05:21 PM by Steve.)
07-12-2012, 05:21 PM
Find


Messages In This Thread
RE: Can someone tell me what is wrong with this script? - by Steve - 07-12-2012, 05:21 PM



Users browsing this thread: 1 Guest(s)