alexhub.lua

Shipped with TRX as data/trx/ship/games/tr4/scripts/alexhub.lua.

trx.events.on_game_start(function()
  trx.items[38].properties.pickup_mode = trx.items.PickupMode.PLINTH_LOW
  trx.items[39].properties.pickup_mode = trx.items.PickupMode.PLINTH_LOW
  trx.items[40].properties.pickup_mode = trx.items.PickupMode.PLINTH_LOW
end)

Back to the shipped scripts