Macro

From Bards Field
Revision as of 10:42, 7 July 2024 by Bingro (talk | contribs) (Created page with "=Standard Macro Templates= ===Without /parts=== <blockquote>"/title" { </br> "/equip instrumentbox \r"</br> "/useitem left /remove [Instrument] \r"</br> "/equip [Instrument] \r"</br> pause 5 </br> "/use [Music with max. 512 characters] \r" </br> "/narrate [Title] by [Composer] \r" </br> }</blockquote> ===With all /parts=== <blockquote>"/title" {</br> "/equip instrumentbox \r"</br> "/useitem left /remove [Instrument] \r"</br> "/equip [Instrument] \r"</br> pause 5</br...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Standard Macro Templates

Without /parts

"/title"

{
"/equip instrumentbox \r"
"/useitem left /remove [Instrument] \r"
"/equip [Instrument] \r"
pause 5
"/use [Music with max. 512 characters] \r"
"/narrate [Title] by [Composer] \r"

}


With all /parts

"/title"

{
"/equip instrumentbox \r"
"/useitem left /remove [Instrument] \r"
"/equip [Instrument] \r"
pause 5
"/use /part [Music Part 1] \r"
"/use /part [Music Part 2] \r"
"/use /part [Music Part 3] \r"
"/use /part [Music Part 4] \r"
"/use [Music Part 5] \r"
"/narrate [Title] by [Composer] \r"

}

Useful Macros

Stop Macro

"/stop" {
"/equip instrument \r"
"/useitem left /remove Gitor\r"
"/equip Gitor\r"
pause 5
"/use /stop \r"
"/useitem left /add Gitor\r"
}