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
Water Wheel Cog Panel Script?
P44RTHURN4X Offline
Junior Member

Posts: 35
Threads: 16
Joined: Apr 2012
Reputation: 0
#3
RE: Water Wheel Cog Panel Script?

Yes, I said what I want!

I need the script for the water wheel cog panel entity. But if I do this:

SetEntityConnectionStateChangeCallback("water_wheel_cog_1", "waterwheel");


void waterwheel(string &in asEntity, int alState)
{
if(alState == 1)
{
SetLevelDoorLocked("lvl_1", false);
}

it doesn't work! If I change the level to left or right the level door 1 is still locked!



GReeZe' P44
}
06-08-2012, 04:52 PM
Find


Messages In This Thread
Water Wheel Cog Panel Script? - by P44RTHURN4X - 06-07-2012, 07:52 PM
RE: Water Wheel Cog Panel Script? - by P44RTHURN4X - 06-08-2012, 04:52 PM



Users browsing this thread: 1 Guest(s)