Skip to content

Instantly share code, notes, and snippets.

@amuhororo
Created April 18, 2016 15:19
Show Gist options
  • Save amuhororo/732f101616b2c09835edc04e3fe2abf9 to your computer and use it in GitHub Desktop.
Save amuhororo/732f101616b2c09835edc04e3fe2abf9 to your computer and use it in GitHub Desktop.
pの後にクリック待ちグリフを付けたいなーみたいな。
[macro name="gp"]
[iscript]
if(TG.stat.flag_glyph=="false"){
$(".img_next").remove();
$(".message_inner").find("p").append("<div class='img_next'></div>")
}else $("#glyph_image").show();
[endscript]
[p]
[endmacro]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment