Command points

Started by Sima Yi, October 23, 2009, 06:19:01 am

Previous topic - Next topic

Sima Yi

I am using Gubi-D Tactical Battle System(If you don't know go google)and I need something called command points.Basically it is the ability to make officers join your team,like an officer which needs 12CP can enter the team which has more than 12CP.If the CP is not enough to invite the officer,he cannot be the choice.

Once a officer enters the team,the CP decreases like HP.The team member max number should be 4,no matter how much CP space it leaves.

I don't want it to be related to items,and I don't have scripting idea.Sorry.

Starrodkirby86

I don't understand the second part of this question. Can you please rephrase it? ^^

The first bit seems like it can be done with some event work.

Have a variable of how many command points your party has.

Conditional Fork: if [CP Variable] is over 12
Add Party Member: Officer
else
(Whatever thing that tells the player he doesn't have enough)

What's osu!? It's a rhythm game. Thought I should have a signature with a working rank. ;P It's now clickable!
Still Aqua's biggest fan (Or am I?).




Sima Yi

the second phrase:

Let me give an example.A person has 33 CP,so inviting an officer in would take up 1 slot of the party.The officer costs 13CP,so when the officer is invited to the party,the person/player would have left 20CP.For the next 2 free slots the person/player can employ 2 officers which will add up to a total of 20CP or less.

Starrodkirby86

Ah.

But of course, that can be done in events too. I don't even think you need to do anything quite different (Maybe track a variable to see how many officers you have in your party if you're making a limit and all).

I'm not a master eventer, but I think you can work off with this. You should plan out this system by thinking how to do this and then go test it out or something. :)

What's osu!? It's a rhythm game. Thought I should have a signature with a working rank. ;P It's now clickable!
Still Aqua's biggest fan (Or am I?).




Sima Yi

Actually I want to show it to the player...mevermind...