Jump to content

text errors in the LUA


deep

Recommended Posts

./data/scripts/player/missions/coverretreat.lua:

 

After they have lost a crucial battle, ${faction} need help slowing down their opponent to bring their main fleet to safety. Their rearguard is gathering in sector (${x}:${x}) in order to intercept the enemy. Go there and support them.

 

wrong place

-(${x}:${x})

Link to comment
Share on other sites

-\Avorion\data\scripts\player\events\spawntravellingmerchant.lua

 

local merchants = {}

table.insert(merchants, {name = "Mobile Equipment Merchant", script = "data/scripts/entity/merchants/equipmentdock.lua"})

table.insert(merchants, {name = "Mobile Resource Merchant", script = "data/scripts/entity/merchants/resourcetrader.lua"})

table.insert(merchants, {name = "Mobile Merchant", script = "data/scripts/entity/merchants/tradingpost.lua"})

table.insert(merchants, {name = "Mobile Turret Merchant", script = "data/scripts/entity/merchants/turretmerchant.lua"})

table.insert(merchants, {name = "Mobile Planetary Merchant", script = "data/scripts/entity/merchants/planetarytradingpost.lua"})

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...