Available since Version 1.18.
Fail the player if they collect coins.
Examples
MFK
Lua
AddCondition("collectcoins");
// Optional: Specify the amount of coins they're allowed to collect. Defaults to 1.
SetCondTotal(3);
CloseCondition();Game.AddCondition("collectcoins")
-- Optional: Specify the amount of coins they're allowed to collect. Defaults to 1.
Game.SetCondTotal(3)
Game.CloseCondition()