Style meter
Inspired by ULTRAKILL’s detailed style meter, heals the player if he plays good.
It can have some bugs or some character breaking.
————————-Compilability——————————————————————————-
If you want to make your character have special bonuses, just insert this code in your script:
if ("mypet" in self)
{
with (mypet){
text9 = text8
text8 = text7
text7 = text6
text6 = text5
text5 = text4
text4 = text3
text3 = text2
text2 = text1
text1 = ("+ [Bonus Name]")
total += [Amount of Style it gives]
removetime = 100
textoff = 10
}
}
Example from hit_player.gml:
if (weapon == "railcanon" && coin_hit)
{
if ("mypet" in self)
{
with (mypet){
text9 = text8
text8 = text7
text7 = text6
text6 = text5
text5 = text4
text4 = text3
text3 = text2
text2 = text1
text1 = ("+ ULTRA Ricoshot")
total += 250
removetime = 100
textoff = 10
}
}
}
————————————————
Revisions:
Old revisions of this mod are available below. Click the link to download.