- Return to Touhou Danmakufu: Syntax
Overview[]
The plural-script plays a sequence of single-scripts as boss attacks of the Touhou series.
Example[]
#TouhouDanmakufu[Plural] #Title[Test scripts] #Text[Test of plural script] #Image[.\img\TestSpell01.png] #BackGround[Default] #BGM[.\bgm\test.mp3] #Player[FREE] #ScriptVersion[2] #ScriptPathData #ScriptPath[.\Test01.txt] #ScriptPath[.\TestSpell01.txt] #ScriptPath[.\TestSpell02.txt] #ScriptNextStep #ScriptPath[.\Test02.txt] #ScriptPath[.\TestSpell03.txt] #ScriptPath[.\TestSpell04.txt] #ScriptNextStep #ScriptPath[.\TestSpell05.txt] #EndScriptPathData
Details[]
#TouhouDanmakufu[Plural] (required)[]
Instead of #TouhouDanmakufu, #TouhouDanmakufu[Plural] is required for the plural-scripts.
#Title, #Text, etc.[]
See Touhou Danmakufu: Framework.
#ScriptPathData[]
Start to enumerate the script paths which is played.
#EndScriptPathData[]
End the enumeration.
#ScriptNextStep[]
Put up a new health bar.
- Return to Touhou Danmakufu: Syntax