jav points

This commit is contained in:
Your Name
2020-09-05 11:23:42 -06:00
parent bc322b5ab4
commit bf75ea6813
2 changed files with 46 additions and 13 deletions

View File

@ -121,6 +121,8 @@ HasScriptGoal()
*/
SetScriptGoal(goal, dist)
{
if (!isDefined(dist))
dist = 16;
self.bot.script_goal = goal;
self.bot.script_goal_dist = dist;
waittillframeend;