Author Topic: String Dungeon - New Game  (Read 1213 times)

I will be writing in c#
Code: [Select]
picupgun(1);
for (int i = 0; i <= 10; i++)
{
        shootmimic(i);
}
'
In other words, find a random gun, and then shoot the mimic 10 times.
« Last Edit: May 31, 2016, 06:05:48 AM by Bow »