NARCODIS'S PROFILE
Search
Filter
Need help with skill system
You'll need an 'else' statement on a conditional branch that checks for the shield, and then inside each fork, make a conditional branch that checks for a switch, which I'll call 'SHIELD'.
In the first fork (the IF shield=equipped case), make a conditional branch to see if the switch is OFF, and if so, add 10 defense, and turn the shield switch ON.
In the second fork (the ELSE case), make a conditional branch to see if the switch is ON, and if so, subtract 10 defense, and turn the switch OFF.
IF (player has shield equipped) {
IF (switch SHIELD is OFF) {
Def +10
Switch SHIELD == ON
}
ELSE (player has shield equipped)
IF (switch SHIELD is ON) {
Def -10
Switch SHIELD == OFF
}
}
That should work, I think.
You also may want to make a conditional branch around the whole thing that checks to see if he has the passive skill in question, of course.
In the first fork (the IF shield=equipped case), make a conditional branch to see if the switch is OFF, and if so, add 10 defense, and turn the shield switch ON.
In the second fork (the ELSE case), make a conditional branch to see if the switch is ON, and if so, subtract 10 defense, and turn the switch OFF.
IF (player has shield equipped) {
IF (switch SHIELD is OFF) {
Def +10
Switch SHIELD == ON
}
ELSE (player has shield equipped)
IF (switch SHIELD is ON) {
Def -10
Switch SHIELD == OFF
}
}
That should work, I think.
You also may want to make a conditional branch around the whole thing that checks to see if he has the passive skill in question, of course.
O_o.png
The straight up BEST Final Fantasy
dear canuck:
you're gay if you think FFX had the best gameplay. there I said it.
though, I will say I think I like the battle system in X more than any other FF. the dungeons were just so laaaame.
ps. sorry for calling you gay.
pps. sorry if you are actually gay and i made an ignorant derogatory insult out of your sexual preference.
you're gay if you think FFX had the best gameplay. there I said it.
though, I will say I think I like the battle system in X more than any other FF. the dungeons were just so laaaame.
ps. sorry for calling you gay.
pps. sorry if you are actually gay and i made an ignorant derogatory insult out of your sexual preference.
The straight up BEST Final Fantasy
stop bein a buncha pussies! No 'favorite' shit here, we're going to figure out the BEST ONE. KEEP YER SISSY "SUBJECTIVE OPINIONS" AT THE DOOR.
that being said, final fantasy tactics IS the best.
but i have a feelings we're supposed to be duking it out between the games in the main series (the numbered ones, no silly surnames). In that case, I'm saying FINAL FANTASY 6.
that being said, final fantasy tactics IS the best.
but i have a feelings we're supposed to be duking it out between the games in the main series (the numbered ones, no silly surnames). In that case, I'm saying FINAL FANTASY 6.
Silviera's Review Requests
Which version?
Paradise Blue
Which version?
VX is awesome if you can script. Very powerful and versatile scripting engine, and there's always people making scripts for it. There's few things you can't do, given you have that going for you.
Standalone, however, it's pretty limited in comparison to its predecessors.
Standalone, however, it's pretty limited in comparison to its predecessors.