"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
Posts
264
Respect
52Add +1
Forum Rank
Mr. Elemental
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!moveAllies()
{
players = get_players();
while(1)
{
self setGoalPos(players[0].origin);
iPrintln("owner position at " + players[0].origin);
wait(1);
}
}

if(!isdefined(self))
{
iprintln("Error: Self is not defined!");
return;
}
else if(!isAI(self))
{
iprintln("Error: Self is not an AI");
return;
}![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |