User profile: Noctuary

User info
User name:Noctuary
Name:Bryan
Location:Montana
Bio:Machinist of 3 years. Learning CNC code peaked my interest in learning other computer languages. Working heavily on learning c++. Still new.
Statistical data
Birthdate:Nov 27, 1989
Gender:Male
Occupation:Programmer
Skills:C++
History
Joined:
Number of posts:6
Latest posts:

RPG CLASSES//spells
How would I give the job class an object from spell class. Do I need to make spells a derived class ...

RPG CLASSES//spells
Would I just have the mage class point to the spells I want him to have?

RPG CLASSES//spells
I guess the next question would be how would I give my mage class access to fire bolt?

RPG CLASSES//spells
I came up with this. Wondering if this is the way to go. Could I just point Firebolts->damage when I...

RPG CLASSES//spells
Very helpful, thanks for the point in the right direction!