
walkingLoadestar()
{
self endon("disconnect");
self endon("death");
self endon("stop_WLStar");
self GiveKillstreak("killstreak_remote_mortar");
self iPrintlnbold("^5Walking Loadstar: ^2On");
self iPrintln("^5You will die if you ^6Stop Walking Loadstar");
self.WLStarFly = 0;
WLStarUFO = spawn("script_model", self.origin);
for(;
{
if(self.WLStarFly == 1)
{
self playerLinkTo(WLStarUFO);
self.WLStarFly = 1;
}
else
{
self unlink();
self.WLStarFly = 0;
}
if(self.WLStarFly == 1)
{
WLStarFly = self.origin + vector_scal(anglesToForward(self getPlayerAngles()),20);
WLStarUFO moveTo(WLStarFly, .01);
}
wait .001;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.