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
Script Help Help with door script
Tripication Offline
Member

Posts: 172
Threads: 19
Joined: Dec 2011
Reputation: 6
#5
RE: Help with door script

Wouldnt you use this

void CupcakeEvent(string &in asParent, string &in asChild, int alState)
{
SetSwingDoorClosed("DOORNAME", true, true);
for(int x = 1; x <= 5; x++) SetLampLit("LightName_"+x, false, false);
}



Should only need to edit the door name and the lamplit stuff(if you need to edit the lamplit at all, i dont know enough about that so owell)

[Image: speedart__2___yoshimitsu_by_kamofudge-d4yo6kk.png]
(This post was last modified: 01-18-2012, 04:09 AM by Tripication.)
01-18-2012, 04:08 AM
Find


Messages In This Thread
Help with door script - by CrushedRaiD - 01-17-2012, 08:38 PM
RE: Help with door script - by SilentStriker - 01-17-2012, 08:43 PM
RE: Help with door script - by CrushedRaiD - 01-18-2012, 12:55 PM
RE: Help with door script - by Juby - 01-17-2012, 08:56 PM
RE: Help with door script - by Shadowfied - 01-17-2012, 10:04 PM
RE: Help with door script - by Tripication - 01-18-2012, 04:08 AM
RE: Help with door script - by Juby - 01-18-2012, 04:49 AM



Users browsing this thread: 1 Guest(s)