tower.lua

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

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

Back to the shipped scripts