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
Collapse area not working?
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#2
RE: Collapse area not working?

it might be because you are setting the area to be inactive, and it dosen't get active anytime later in your script

void Push(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("Door_Slam", "react_pant.snt", "Push", 0, false);
SetEntityActive("collapsearea", false);
AddPlayerBodyForce(-8000000, 0, 0, false);
}

CURRENT PROJECT:
A Fathers Secret == Just started
03-23-2013, 01:57 PM
Find


Messages In This Thread
Collapse area not working? - by KeysOfMyMind - 03-23-2013, 01:37 PM
RE: Collapse area not working? - by Lizard - 03-23-2013, 01:57 PM
RE: Collapse area not working? - by KeysOfMyMind - 03-23-2013, 04:08 PM
RE: Collapse area not working? - by Lizard - 03-23-2013, 04:21 PM
RE: Collapse area not working? - by KeysOfMyMind - 03-23-2013, 05:11 PM
RE: Collapse area not working? - by Lizard - 03-23-2013, 05:28 PM
RE: Collapse area not working? - by KeysOfMyMind - 03-23-2013, 07:42 PM
RE: Collapse area not working? - by NaxEla - 03-24-2013, 08:24 AM
RE: Collapse area not working? - by Lizard - 03-23-2013, 11:48 PM
RE: Collapse area not working? - by KeysOfMyMind - 03-24-2013, 10:48 AM
RE: Collapse area not working? - by KeysOfMyMind - 03-24-2013, 03:48 PM
RE: Collapse area not working? - by KeysOfMyMind - 03-24-2013, 05:03 PM



Users browsing this thread: 1 Guest(s)