Text as variable?

You’d want to create it as:
*create magic ""

Also, when testing it, you’d use:
*if magic = "Elemental"
(i.e. have an = if you’re testing for things being equal, have " around all text variables, and make sure to keep the capital letters if you had them the first time, since "Elemental" is not the same as "elemental".)

If you want more help, there’s a useful list of links here:

2 Likes