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
Colliding two entities
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: Colliding two entities

It should work, but you should try to swap the string &in asParent and the string &in asChild and also have the collision type to be 1. If it doesn't work, then put a script area on the door to where "armchair_1" collides with the script area causing "armchair_1" to hit the door indefinately.

AddEntityCollideCallback("armchair_1", "front_door", "EntityCollided", true, 1);

OR

AddEntityCollideCallback("armchair_1", "ScriptArea_1", "EntityCollided", true, 1);

07-27-2011, 01:46 PM
Find


Messages In This Thread
Colliding two entities - by Your Computer - 07-27-2011, 01:41 PM
RE: Colliding two entities - by Kyle - 07-27-2011, 01:46 PM
RE: Colliding two entities - by Your Computer - 07-27-2011, 02:17 PM
RE: Colliding two entities - by Apjjm - 07-27-2011, 02:35 PM



Users browsing this thread: 1 Guest(s)