ID:2287189
 
(See the best response by Kats.)
throw=0


Problem description:5328:error: missing left-hand argument to =.

On my other codes pages there is a command to throw,, and the only error I have is it says there is something missing yet all the throw actions listed in the code are named the same. Anyone have an idea ?

throw=0
reiatsutraining=0
popuphell=0
reinorth=0
inkageyoshi=0
reisouth=0

Its under this branch of code

tmp

It seems like the Throw=0 is referring to the game asking what is happening at the time, and if I change throw in terms of name it interferes with the throw verb. If anyone is up for screen share to help I'm game.
Best response
You're going to have to actually post code to give us some context as to what your actual issue is. There could literally be a billion different things wrong.

Clearly the compiler doesn't like the = operator right there, but without actually having some context, there's very little we can do other than throw out some random (most likely completely unhelpful) ideas.
"throw" is a reserved keyword, so you can't use it as an identifier for variables and other stuff.