Choices Error Help

umm this doesnt make sence to me.

I guess you got the template from somebody and you dont know how lables and goto works right?:grin:

label marks a line in script and goto sends reader to that specific line (from any place in the script)

so you always have goto and lable with the same name in the script.

I dont see the whole code so I cant tell you where should be this lable

but basicly you have goto end in choice “I slay” ( nothing wrong about that)

But you have to add in the script label end to that place where the script should go after reader hits the I slay option.