compound.lua

Shipped with TRX as data/trx/ship/games/tr3/scripts/compound.lua.

trx.events.on_game_start(function()
  trx.creatures.add_ally(trx.catalog.objects.prisoner)
end)

Back to the shipped scripts