
I tried to say something I thought he'd say, if this doesn't qualify just let me know and I'll change lines.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteSpellFinder.asc(18): Error (line 18): Parse error: unexpected 'spells'
struct Spell {
String name;
int tool;
int element;
int incantation;
int mark;
int gem;
};
//Declare Spells
Spell spells[10]; //Total Number of Spells
//Tool (1 - Wand, 2 - Athame)
//Element (1 - Earth, 2 - Water, 3 - Fire, 4 - Air)
//Incantation ( 1 - Whispers of Wisdom, 2 - Song of Strength, 3 - Words of Power, 4 - Call of Destiny)
//Mark (1 - The Hand of Glory, 2 - The Eternity Loop, 3 - The Pentacle Star, 4 - The Three Fates)
//Gem Color (1 - Ruby, 2 - Sapphire, 3 - Emerald, 4 - Diamond, 5 - Obsidian)
//Declare Spell 0 - Air of Destiny
spells[0].name = "Air of Destiny";
spells[0].tool = 1;
spells[0].element = 4;
spells[0].incantation = 4;
spells[0].mark = 4;
spells[0].gem = 4;
QuoteFirstly, men and women tend not to mind sharing a bathroom with homosexuals (some do but most dont) but would mind sharing with the opposite sex.Gee... Not where I'm from.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.122 seconds with 14 queries.