The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
opening door/other
savior10946 Offline
Junior Member

Posts: 8
Threads: 7
Joined: Mar 2011
Reputation: 0
#1
opening door/other

void OnStart()
{
AddEntityCollideCallback("Player" , "room_1" , "script_1" , true , 0);
}

void script_1(string &in asParent , string &in asChild , int alState)
{
SetSwingDoorClosed("closet_1", false, false);
SetSwingDoorDisableAutoClose("closet_1", true);
}

Why wont the closet door open when i step up to it?Ive been trying to do this for 2 days and I cant get it why?
04-03-2011, 09:33 PM
Find


Messages In This Thread
opening door/other - by savior10946 - 04-03-2011, 09:33 PM
RE: opening door/other - by Pandemoneus - 04-03-2011, 09:36 PM
RE: opening door/other - by savior10946 - 04-03-2011, 09:41 PM



Users browsing this thread: 1 Guest(s)