Another error message question

I’m not sure if this has been asked before or not but I’m asking anyway. I’ve been getting the error message Invalid set instruction, no expression specified: crush for this code and was wondering what was wrong. I tried looking up the error message but couldn’t find anything.

*choice
	#Ike
		*set crush
		*goto paragraph15
	*selectable_if (rhysfriendship >70) #Rhys
		*set crush
		*goto paragraph15
	*selectable_if (tibarnfriendship >70) #Tibarn
		*set crush
		*goto paragraph15
	*selectable_if (gatriefriendship >70) #Gatrie
		*set crush
		*goto paragraph15

Thanks in advance

3 posts were merged into an existing topic: Not sure how to set this code up