-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Should the mod post a message when a player dies?
In the long term, I would expect it to have #5.
death-message-1=
death-message-2=
death-message-3=__1__
death-message-(n)=
...
https://wiki.factorio.com/Tutorial:Localisation
local death_message_count = 3
game.print({"death-message-"..math.random(death_message_count), game.players[event.player_index] })Reactions are currently unavailable