When starting a new multiplayer save and having the following code below:
Code: Select all
script.on_init(
function()
log(game.is_multiplayer())
end
)
I expect for it to return true if the game is multiplayer. Is this correct?
Kind regards,
Gerkiz