Need help with making a turn based rpg

Hi I am trying to make a turn based rpg, i need help with the combat system, think pokemon but rather then random encounters if you touch the enemy on the screen(Like bump in to it) then that activates the battle. how do i make this posible? if you ned any clarification plzz ask i am stuck and really need this help

Best Answer

  • robertkdalerobertkdale USAPosts: 912
    Accepted Answer

    You can do it in the same scene. Perhaps, you could change the alpha of certain actors to zero and spawn new actors specifically for the battle. Destroy the newly spawned actors and change the alpha back to 1 once the battle is over.

    If you break it down into coding blocks it makes it very easy to implement.
    Simply put, break it down into small pieces that you can easily understand. :)

    Big Smile Games Play Happy!
    Check out our other GameSalad exclusives.

Answers

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    There is a rule condition If actor overlaps or collides with [other actor] then... [activate the battle].

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • happygfishhappygfish Member Posts: 60

    I got that part down already but what i am looking for is how to do the battle portion, would i go to a new scene or moddify he one the battle activated on, and how?

  • happygfishhappygfish Member Posts: 60

    thanks i will try it out

  • deej011deej011 Member Posts: 159

    I have done the same thing you are trying to do and I can tell you it is far from easy there is a million things u need to think of I have it go to another scene I can't discrible to you my battle system as there is too much to explain but u have to break it down into sections think what needs to happen first and how do I achive it.

Sign In or Register to comment.