of     1   

Isosta
#189545568Sunday, May 22, 2016 10:03 AM GMT

i spent all night programming for a game and one of the other devs was questioning my motives for protecting my code from potentially being scammed lmfao
Soloking1
#189545797Sunday, May 22, 2016 10:15 AM GMT

wow srsly I would've built but my wifi was off
Isosta
#189545878Sunday, May 22, 2016 10:18 AM GMT

@solo u snooze u lose it's all modular and protected too all i need now is gnome's turret placing function. Also gotta remake turret code client side.
Soloking1
#189545901Sunday, May 22, 2016 10:20 AM GMT

k I can finish island then we'll be done
Isosta
#189545955Sunday, May 22, 2016 10:22 AM GMT

okay lulz probably could use a different difficulty returner. Each one returns the number of each enemy per round. if 5 >= round and round >= 1 then characters = { math.min(5 * round), --guy 1 math.min(0 * round), -- guy 2 math.min(0 * round), -- guy 3 } elseif 10 >= round and round >= 6 then local round = round - 5 characters = { math.min(6 * round), math.min(4 * round), math.min(0 * round), } elseif 15 >= round and round >= 11 then round = round - 10 characters = { math.min(7 * round), math.min(5 * round), math.min(3 * round), } elseif 16 >= round and round >= 20 then round = round - 15 characters = { math.min(5 * round), math.min(7 * round), math.min(5 * round), } elseif 25 >= round and round >= 21 then round = round - 20 characters = { math.min(2 * round), math.min(8 * round), math.min(7 * round), } elseif 30 >= round and round >= 26 then round = round - 25 characters = { math.min(0 * round), math.min(10 * round), math.min(10 * round), }
Soloking1
#189545987Sunday, May 22, 2016 10:24 AM GMT

and ill ask for that incentive
Isosta
#189546153Sunday, May 22, 2016 10:32 AM GMT

ok cool check skype btw

    of     1