Brawlbox v0.67 Progess - Real-Time Moveset Editing
Title changing almost gave me a heart attack...
I must be one of the first 20 to download and test it :-)
Imma give all the feedback needed.
Blackjax, there is some stuff that I would like BB to support and show in a pop up window;
Basic Variable set event (example --> LA-Float 150 = 1) and brawlbox show us that the variable is at #1. And when a psa subaction/ction calls "Basic Variable +1 or Basic Variable add" events to actually show in brawlbox "Basic Variable LA-Float 150 = 2" as the sub ction/action incremented it further.
Also with support with "If" events as for this:
If: Basic variable LA-Float 150 >= 100
---- psa events here
Else
---- psa events here
End if:
That is to limit the variable from getting bigger than 100, this is an example for meter building mechanics and other stuff.
And the other support that I would like is for Roll event in psa:
If: Roll 1 of 10 (chance if statement, this woulf be 10% chance of happening)
---- psa events here
---- Else if: Roll 1 of 2 (chance if statement, this would be 50% chance of happening)
---- psa events here
Else: (incase none of the above chances worked)
---- psa events here
End if:
This would help me in some way, and maybe others idk, maybe this is not important but I do like this psa events ^,^