- made the status screen a class and scriptified a few more functions.
This commit is contained in:
parent
74e9d9db1a
commit
745b96beec
8 changed files with 247 additions and 52 deletions
|
|
@ -632,3 +632,11 @@ ADD_STAT (bots)
|
|||
BotWTG);
|
||||
return out;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(FLevelLocals, RemoveAllBots)
|
||||
{
|
||||
PARAM_PROLOGUE;
|
||||
PARAM_BOOL(fromlist);
|
||||
bglobal.RemoveAllBots(fromlist);
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue