Hoping someone know what the problem is because I can’t figure out what I’m missing
When i’m creating a variable another variable to add on startup under one that works it stops working and says “create instruction only allowed at top of startup” even though the previous variable above it works just fine,
My code looks like this:
*create health “health”
*set health “”
*create strength “strength”
*set strength “”
health variable works, strength right below does not. I tried switching them around but and placing it on top any variable I create below the one does not work. right below is story text. Had no problems before I added the strength variable. Hope my problem makes sense,