"Please input a value for init initround", "Please input a value for monster foe"

CKtheFat

Member
"Please input a value for init initround", "Please input a value for monster foe"

Every time I try to have a script attempt an action, I have three windows pop up that request input:

1. "Please input a value for init initround."
2. "Please input a value for monster foe"
3. "Please input a value for string pg."

I have looked this up and found this advice from an old 2008 post:

you just got to follow the directions
you need to edit your CCS to include this:

[ default ]
1: consult FirstThingsFirst.ash
2: attack

Then make sure you are running "custom combat script"

My custom combat script is set to this, however:

Action: custom combat script

and the actual script is:

[ default ]
special action
consult WHAM.ash

I don't know why this just started happening last night as I had not messed with any CCS settings. Anyone have any ideas why this might be happening? I'm running build 12074.
 

Theraze

Active member
Sounds like you might have set WHAM as a betweenBattleScript or afterBattleScript as well. Check your preferences file to see if it's anywhere else.
 
Top