Sluigi123
R64/Brawl- Dev; AI Coder; Balancer
Sorry Zandro, haven't been able to do stuff for you, because I'm making a stage for casual/competitive players. It has multiple versions if you want to try it out.
And if you want to know how to randomize between items within a move:
If Roll A Die: ? This means "odds of this below happening."
[,] Adding another code below each one will give you a variety of items to pull out, but can pull out one thing at a time. Good luck using this code via Brawl Box.
And if you want to know how to randomize between items within a move:
If Roll A Die: ? This means "odds of this below happening."
Generate Item: Value-??, This means that you generate an item.
100A0300: Value-??, Value-??, Value-??, Value1: Item you'd get from the above code.; Value2: Hand Bone ID; Value3: Another Hand Bone Value?
Else[If Roll A Die: ? Having another set on top of the above Roll Die code will allow you to put more odds of any of the two codes to activate.
Generate Item: Value-??,
100A0300: Value-??, Value-??, Value-??,]
Else
Bit Variable Set:RA-Bit[?] = true This is there for Link pulling out his personal bomb.
End If
End If[,] Adding another code below each one will give you a variety of items to pull out, but can pull out one thing at a time. Good luck using this code via Brawl Box.