Posts
40
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!function PaPelevator()
{
upstairsTrigger = GetEnt("PaPelev_topLevel","targetname");
upstairsLeftDoor = GetEnt("PaPdoor_topLeft","targetname");
upstairsRightDoor = GetEnt("PaPdoor_topRight","targentame");
upstairsTrigger SetHintString("Power must be turned on.");
upstairsTrigger SetCursorHint( "HINT_NOICON" );
level flag::wait_till( "power_on" );
upstairsTrigger SetHintString("Requires activiation from the lower level panel.");
elevatorPlatform = GetEnt("PaPelev_platform","targetname");
PaP = GetEnt("PaP","targetname");
Cargo1 = GetEnt("PaPelev_cargo1","targetname");
Cargo2 = GetEnt("PaPelev_cargo2","targetname");
Cargo3 = GetEnt("PaPelev_cargo3","targetname");
Cargo4 = GetEnt("PaPelev_cargo4","targetname");
elevatorPlatform MoveZ(-100, 5);
PaP MoveZ(-100, 5);
Cargo1 MoveZ(-100, 5);
Cargo2 MoveZ(-100, 5);
Cargo3 MoveZ(-100, 5);
Cargo4 MoveZ(-100, 5);
}