RPG tut

Sadly,if you say it like above, you can not succeed in your goal.
That means you need to change the way you want to get to your goal.

So for now let me help you so much.

  1. It is very possible to create an RPG with Panda3d.
  2. You need to understand of what do the various parts of a game consist of.
    Health bar - DirectGUI
    Attack - Animated model, Actor
    Camera - well its … base.camera
    Missions(or Quests) - bunch of game logic(easy :stuck_out_tongue:)
    Levels - loader.loadModel(‘level.bam’)

If you don’t understand what to make and how to make, no one else will, and if you do understand what you need, then there is nothing that can stop you from making a RPG.

Maybe that helps for now:
[Multiplayer online game)

Good luck