SSTB: added tractor beam/forcefield with customisable PhysicalZone parameters

use SSTB from NewbiesNexus.mis
This commit is contained in:
loop 2025-10-16 14:47:44 +01:00
parent 3e82474303
commit 4f0291118b
4 changed files with 95 additions and 23 deletions

View file

@ -12,7 +12,6 @@ function resetDummyPosition(%this) {
%this.setvelocity("0 0 0");
}
function atsessionEnd(%player) {
echo("session ended");
%player.aim_training = 0;
@ -117,4 +116,4 @@ function findAndReplacePlaceholders() {
// Don't replace placeholder entities in development mode
if ($DEVMODE == 0) {
findAndReplacePlaceholders();
}
}