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
Nublette Requires Assistance with Scripting and Puzzles
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#3
RE: Unable to interact with entity in script area

Instead of having 2 "AddEntityCollide", then just put 0 instead of 1 and -1.
0 = Triggers both when the object collides and leaves the area:

AddEntityCollideCallback("SafeBox_0", "Area_Safe", "Script_Safe", false, 0);

The "Box-Wont-Move" sounds like it's stuck in another entity, or a static object. What box is it? The big movable one which you cannot lift, but only push?

Trying is the first step to success.
(This post was last modified: 01-04-2013, 09:36 AM by FlawlessHappiness.)
01-04-2013, 09:35 AM
Find


Messages In This Thread
RE: Unable to interact with entity in script area - by FlawlessHappiness - 01-04-2013, 09:35 AM



Users browsing this thread: 1 Guest(s)