Does anyone have a fightining mini game script

I am hoping someone could share their fighting mini-game script with me. because I am not sure how to do it.

what do u mean?

Something like this @gigistorm. Click the link.

Tips On Coding Mini-Games

1 Like

Ah I will try to make u one, idk about the health bar tho

1 Like

Try something like this (u will have to upload arrow overlays tho)

EXT. WHEREVER - DAY with OVERLAY1 with OVERLAY2

@overlay OVERLAY1 shifts to 159 395
@overlay OVERLAY1 scales to 0.838 0.838
@overlay OVERLAY2 shifts to -17 399
@overlay OVERLAY2 scales to 0.838 0.838

@PERSON1 enters from right to screen right
@PERSON2 enters from left to screen left

NARRATOR
What will you do next?

tappable
“OVERLAY1” {

@CASSWRITESOTHER is punch_fight_give_angry_loop
&CASSWRITESSIREN is punch_fight_receive_angry

} “OVERLAY2” {

@CASSWRITESSIREN is punch_fight_give_angry
&CASSWRITESOTHER is fall

}

Basically continue that with whatever you want and if the player choses the “right” one they punch the other character and if they chose the “wrong” one they get punched/fall. The side arrow would be for some animation like punch_fight_give_angry and the down one for something like reach_kneel_neutral or something that makes the character go down. Again, if that action is wrong the player gets a punch. Idk if that made any sense lol

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.