Example #1
0
@author Marky, based on staircase
--*/
#strict 2
#include _SCS // Staircase
#include LF_L // lockable
local unlocked;
Example #2
0
private func Initialize()
{
  SetAction("Flag");
  ObjectSetAction(CreateObject(LWNG,0,0,GetOwner()),"Turn",this);
  //Log("Init Windrad");
  SetEntrance(1);
  return 1;
}
Example #3
0
protected func Initialize()
{
  SetAction("Drive0");  
  SetEntrance(1);
  SetGraphics(0, this(), COAC);
}