, so I'll have to find some time in between (living with a lot people can really be a time drain ^^).Yay! Eating!Not sure if I can do it this weekend. Will be busy today with baking, and probably tomorrow with eating![]()

tasted good, but I'll not again make cupcakes for 15 persons without a proper oven.
if they could be next to each other as well if possible, instead of range at the bottom. That would be Awesome!
.Not sure if melee will fit for tanks and musketmen.
Moving the range up should be easy.
BIG GUN!! Melee also constitutes defensive strength/survivability
. I cannot really get anything done at the moment.def getDataValue(key):
counters = BugData.getGameData().getTable("DS")
if (not counters.hasTable(key)):
counter = counters.getTable(key)
result = None
else:
counter = counters.getTable(key)
result = counter["val"]
return result
def setDataValue(key, value):
counters = BugData.getGameData().getTable("DS")
counter = counters.getTable(key)
counter["val"] = value
## - Must be loaded at the start of the OnLoad event
## - Must be saved at the end of the OnPreSave event
