Hello. I really like this mod but the “Delay” option was showing up only once per battle. It felt like that was not intended.
Adding the line “turn,1” after line 8 of “..\Delay Turn\Data\Tokens\delay_turn_tokens.txt” seems to have enabled Delay option for each new round.
I don’t know how to mod so there is a chance I introduced a new bug by doing so. Kindly update this mod’s download with a proper fix.
Just wanted to say thank you. Your fix worked perfectly, changing the /Delay_Turn/Data/Tokens/delay_turn_tokens.txt file to
{
"delayed_turn": {
"ID": "delayed_turn",
"icon": "wait",
"name": "Delayed Turn",
"script": "alter_move,wait_move,wait_proper",
"types": "special",
"usage": "time,round
turn,1
limit,1"
}
}