| version 1.7 | version 1.8 | |||
|---|---|---|---|---|
|
| |||
| id = activator.Map.CreateObject(cointype, x, y) | id = activator.Map.CreateObject(cointype, x, y) | |||
| CFItemBroker.Item(id).add(payoff) | CFItemBroker.Item(id).add(payoff) | |||
| if payoff == 1: | if payoff == 1: | |||
| message == "you win %d %s!" %(payoff,cointype) | message = "you win %d %s!" %(payoff,cointype) | |||
| else: | else: | |||
| message = "You win %d %ss!!" %(payoff,cointype) | message = "You win %d %ss!!" %(payoff,cointype) | |||
| break | break |
Legend:
| ||||||