laakerules
01-14-2012, 10:32 PM
Okay i currently am making the Global variable. ill have questions earlier but, for now i am making the variable of AttackingOption
it looks like
AttackingOption: Array;
But its telling me it needs an of statement there, this is my first time making a variable like that rather than just
AttackingOption = 'Goblin';
So how would i fix that array for it to work?
it looks like
AttackingOption: Array;
But its telling me it needs an of statement there, this is my first time making a variable like that rather than just
AttackingOption = 'Goblin';
So how would i fix that array for it to work?