I am a novice at C++ considering I started less than a month ago but I need to make a short game for my computer programming class in school. We are given 10 weeks to make the game. I am trying to make an RPG (I know it's not the best choice) but I can't figure out how to add a player object ( the guy the user controls ).
// PLAYER
dbLoadObject ("media\\H-Alien Hivebrain-Idle.X", 6);
dbPositionObject (6,10,10,10);
dbScaleObject (6,200,200,200);
Can someone send me the correct code? My rpg will not contain a hivebrain, I'm just using it as an example until I can figure it out. Any help is appreciated.