MonitorO()
{
ori_stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != "stand")
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
self SetStance("stand");
wait .3;
}
wait .05;
}
}
MonitorX()
{
ori = self.origin;
for(;
{
new_ori = self.origin;
//self iPrintln(self.origin[2]);
if((new_ori[2] - ori[2]) >= 10)
{
if((new_ori[2] - ori[2]) > 25)
{
self SetOrigin(ori);
}
self notify("Pressed_X");
self iPrintln("You jumped");
wait .3;
}
wait .05;
}
}
MonitorO()
{
ori_stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != "stand")
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
self SetStance("stand");
wait .3;
}
wait .05;
}
}
MonitorX()
{
ori = self.origin;
for(;
{
new_ori = self.origin;
//self iPrintln(self.origin[2]);
if((new_ori[2] - ori[2]) >= 10)
{
if((new_ori[2] - ori[2]) > 25)
{
self SetOrigin(ori);
}
self notify("Pressed_X");
self iPrintln("You jumped");
wait .3;
}
wait .05;
}
}
MonitorO()
{
ori_stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != "stand")
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
self SetStance("stand");
wait .3;
}
wait .05;
}
}
MonitorX()
{
ori = self.origin;
for(;
{
new_ori = self.origin;
//self iPrintln(self.origin[2]);
if((new_ori[2] - ori[2]) >= 10)
{
if((new_ori[2] - ori[2]) > 25)
{
self SetOrigin(ori);
}
self notify("Pressed_X");
self iPrintln("You jumped");
wait .3;
}
wait .05;
}
}
MonitorOnGround()
{
for(;
{
if( !self IsOnGround())
{
self notify("pressed_x");
self iPrintln("you jumped");
self thread BackOnGround();
self waittill("on_ground");
}
wait .05;
}
}
BackOnGround()
{
while(!self IsOnGround())
{
wait .02;
}
self notify("on_ground");
self iPrintln("Landed");
}
MonitorOnGround()
{
for(;
{
if( !self IsOnGround())
{
self notify("pressed_x");
self iPrintln("you jumped");
self thread BackOnGround();
self waittill("on_ground");
}
wait .05;
}
}
BackOnGround()
{
while(!self IsOnGround())
{
wait .02;
}
self notify("on_ground");
self iPrintln("Landed");
}


MonitorO()
{
stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != stance)
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
stance = new_stance;
wait .3;
}
wait .05;
}
}


MonitorO()
{
stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != stance)
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
stance = new_stance;
wait .3;
}
wait .05;
}
}


MonitorO()
{
stance = self GetStance();
for(;
{
new_stance = self GetStance();
if(new_stance != stance)
{
self notify("Pressed_O");
self iPrintln("You Pressed O");
stance = new_stance;
wait .3;
}
wait .05;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.