Skip to content

Instantly share code, notes, and snippets.

@ShadowOne333
Created November 27, 2019 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShadowOne333/9d0f9c1a0811d4b515218e6892d93841 to your computer and use it in GitHub Desktop.
Save ShadowOne333/9d0f9c1a0811d4b515218e6892d93841 to your computer and use it in GitHub Desktop.
burst_of_steam: bluemagic_skill("Vented a burst of steam", burst_of_steam_text, fire1)
burst_of_steam_text:
"{sound(25)}@{user} vented a burst of steam!"
"{sound(51)}[1C 13 00 07]{pause(28)}{sound(53)}{pause(6)}[1C 13 24 00]{pause(30)}"
eob
command bluemagic_skill(skill_name, skill_text_label, skill_flag) {
if not isaacinparty {
goto(skill_text_label)
}
"[0e 02][08 7f dc c7 00][1b 03 {adr32(skill_text_label)}]"
if not skill_flag {
call(skill_text_label)
linebreak
"@{name(2)} scanned the incoming attack!" pause(30)
sound(54) pause(30)
"[1c 13 01 01]" pause(60)
prompt linebreak pause(36)
sound(103)
"@{name(2)} added <{skill_name}> to his database!" pause(22)
set(skill_flag)
eob
}
goto(skill_text_label)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment