Files
linguist/samples/Moocode/hello.moo
2014-04-06 20:26:28 +02:00

6 lines
169 B
Plaintext

@program toy:wind
this.wound = this.wound + 2;
player:tell("You wind up the ", this.name,".");
player.location:announce(player.name, " winds up the ", this.name,".");
.