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
Unlock door when timer is run out
dasde Offline
Junior Member

Posts: 30
Threads: 6
Joined: May 2011
Reputation: 0
#14
RE: Unlock door when timer is run out

(05-27-2011, 03:25 PM)Greven Wrote: Ok then unlock the door in the editor and lock it in the script instead, Even though it shouldnt matter...
OnEnter()
{
SetSwingDoorLocked("BruteDoor_1", true, true);
AddTimer("", 30.0f, DoorOpen);
}

void DoorOpen(string &in asTimer)
{
SetSwingDoorLocked("BruteDoor_1", false, true);
}

LOOOOOOOOOOOOOOOOOOOL it worked!


Thank you so much Smile

05-27-2011, 03:33 PM
Find


Messages In This Thread
Unlock door when timer is run out - by dasde - 05-27-2011, 02:31 PM
RE: Unlock door when timer is run out - by Greven - 05-27-2011, 02:35 PM
RE: Unlock door when timer is run out - by xtron - 05-27-2011, 02:46 PM
RE: Unlock door when timer is run out - by Greven - 05-27-2011, 02:51 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 02:51 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 02:54 PM
RE: Unlock door when timer is run out - by Greven - 05-27-2011, 03:00 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 03:04 PM
RE: Unlock door when timer is run out - by Greven - 05-27-2011, 03:11 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 03:22 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 03:11 PM
RE: Unlock door when timer is run out - by Greven - 05-27-2011, 03:25 PM
RE: Unlock door when timer is run out - by dasde - 05-27-2011, 03:33 PM



Users browsing this thread: 1 Guest(s)