Our Scripts Vault contains many game scripts that you can use to create your own game!
I can send you pics of my cocks if you want reference.
... However, that's probably plenty to be busy with for a while
class Character{ //Class constructor, blank until more details available public function __construct () {} //Members private $_race; //Instance of class Race private $_ability = array (); //Array of class Ability private $_class = array (); //Array of class Class private $_skill = array (); //Array of class Skill private $_feat = array (); //Array of class Feat private $_power = array (); //Array of class Power private $_inventory; //Instance of class Inventory private $_vital; //Instance of class Vital}