Style meter

If you liked this item, please rate it up on Steam Workshop page.

Author: ExMagikGuy

Last revision: 16 Aug, 2024 at 10:20 UTC (1)

File size: 153.34 KB

On Steam Workshop

Description:

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
}
}
}
————————————————

Download
Revisions:

Old revisions of this mod are available below. Click the link to download.