Cannot extract token?!? WHAAT!?

*if primary (Super-Speed) #Now is a good time to test out your powers.

But I get an “Cannot extract another token” type error. If you need to see more of the code thn holla at me

That’s not a valid *if statement. What’s (Super-Speed) supposed to mean? Is that a variable?

Yea. Primary stands for the primary power which in this case is super-speed

I’m guessing you want:

*if (primary = "Super-Speed") #Now is a good time to test out your powers.

1 Like

What you want is probably something more like:

*fake_choice
    *if (primary = "Super-Speed")
        #Now is a good time to test out your powers.

[EDITED] …ninjaed!

OHHHHH We got a badass over here. Thanks it worked.