I'm trying to make a macro that display a character dialogue first, then wait a few seconds, before showing that a character use a skill (In this case Charm Person) So I try using !delay to achieve it but the whole Charm Person textbox macro pop up in the chat instead My macro is something like this:  /me : Cast Charm Person on target! !delay 3 -- @{Character_name|wtype}&{template:npcaction} @{Character_name|npc_name_flag} {{rname=Charm Person}} {{description=}} @{Character_name|charname_output} My guess is that !delay doesn't recognize the '@' So I was looking around to see if there's any other script that'll let me delayed my text chat a bit, and I found the Store Commands script, but the GitHub page of the script is already gone. I also noticed that the script has been implemented into the One-Click installer but I can't find it there either