sd finished, script finished!!

This commit is contained in:
ineed bots
2026-08-31 12:31:15 -06:00
parent b63b9544d1
commit b0e3e1d384
5 changed files with 564 additions and 11 deletions
+21 -2
View File
@@ -171,10 +171,29 @@ do_botaction( action )
case "+gostand":
self setbotstance( "jump" );
break;
case "-smoke": // no equal in libcod
case "-activate":
// self activate( false ); // no equal in libcod
break;
case "+activate":
// self activate( true );
break;
case "+smoke":
// self throwsmoke( true );
break;
case "-smoke":
// self throwsmoke( false );
break;
case "+holdbreath":
// self holdbreath( true );
break;
case "-holdbreath":
// self holdbreath( false );
break;
}