Locked Choice Error

Okay, I think it will work like this:
if (CHARACTER > 3)
{
goto UnlockedChoice
}
else
{
goto LockedChoice
}
label LockedChoice
NARR
Choice is locked.
choice
|L-O-C-K-E-D|“Tell Mom” [So, for some reason forum isn’t showing “locked” part, remove all “-” from locked and add ‘<’ and ‘>’ instead of ‘|’.]
{
NARR
Don’t have points.
goto LockedChoice
}
“Don’t tell Mom”
{
#CODES
goto continue
}
label UnlockedChoice
NARR
Choice is unlocked.
choice
“Tell Mom”
{
#YOUR CODE
goto continue
}
“Don’t Tell”
{
#CODES
goto continue
}
label continue
#CODES

1 Like