Update V1.0
~ Initial Release
Update V1.1
~ Fixed Some Text Bugs
~ Added A Ducking Pole
~ Source Updated
Update V1.0
~ Initial Release
Update V1.1
~ Fixed Some Text Bugs
~ Added A Ducking Pole
~ Source Updated
for(;
{
if(self actionslotonebuttonpressed())//SLow Down
{
level.CrusherArm_Time--;
iprintln("^1Slowing The Claw Down");
wait .2;
}
if(self actionslottwobuttonpressed())//Speed Up
{
level.CrusherArm_Time++;
iprintln("^1Speeding Up The Claw Down");
wait .2;
}
wait .05;
}
for(;
{
if(self actionslotonebuttonpressed())//SLow Down
{
level.CrusherArm_Time--;
iprintln("^1Slowing The Claw Down");
wait .2;
}
if(self actionslottwobuttonpressed())//Speed Up
{
level.CrusherArm_Time++;
iprintln("^1Speeding Up The Claw Down");
wait .2;
}
wait .05;
}
Copyright © 2025, NextGenUpdate.
All Rights Reserved.