So far the
Quote:
/con send AltCharacter exec Filename.txt
Now in the .txt file I try to have my Bard character set his SongMode to Daurdabla songs, then sing 4 songs and after that set his SongMode to Gjallarhorn and repeat the 4 songs again.
And here is where i get stuck the songs will sing but the command to change the SongMode will not execute.
I have tried using:
Quote:
input /con gs c set SongMode Placeholder
But unfortunatly this doesnt work and i'm sure it is a syntax/typing mistake or so due to the difference between text files or gearswap lua's behaviour.
(if i type the exact same line ingame it will change the SongMode)
Does anyone have an idea what command line would work from an input / in a .txt file from the scripts folder?
For reference, this is the text file I aim to use:
Quote:
input /con gs c set SongMode Placeholder
pause 2
input /Honor March
pause 6
input /Blade Madrigal
pause 6
input /Valor Minuet IV
pause 6
input /Valor Minuet V
pause 6
input /Marcato
pause 2
input /Troubadour
pause 2
input /Nightingale
pause 2
input /con gs c set SongMode None
pause 1
input /Honor March
pause 6
input /Blade Madrigal
pause 6
input /Valor Minuet IV
pause 6
input /Valor Minuet V
pause 2
input /Honor March
pause 6
input /Blade Madrigal
pause 6
input /Valor Minuet IV
pause 6
input /Valor Minuet V
pause 6
input /Marcato
pause 2
input /Troubadour
pause 2
input /Nightingale
pause 2
input /con gs c set SongMode None
pause 1
input /Honor March
pause 6
input /Blade Madrigal
pause 6
input /Valor Minuet IV
pause 6
input /Valor Minuet V