Initial commit
[mafia.git] / t / examples / Newbie-0001.pl
1 use Mafia;
2
3 player fgdtdtdtdr => doctor, town;
4 player MeMe => vanilla, townie;
5 player PrettyPrincess => mafia, goon;
6 player rite => vanilla, townie;
7 player shadyforce => vanilla, townie;
8 player Stewie => mafia, goon;
9 player ZONEACE => town, cop;
10
11 day;
12 lynch 'fgdtdtdtdr';
13
14 night;
15 factionkill Stewie => MeMe => 'shot';
16 copcheck ZONEACE => 'rite';
17
18 day;
19 lynch 'ZONEACE';
20
21 night;
This page took 0.020948 seconds and 4 git commands to generate.