Going off topic for just one thought. If we had something like [%String#%] we could deliver variable messages in components like this:
Code:
Ability 1 Type := Description Only
Ability 1 Description := [%String1%]
Ability 1 Scope := Space Object
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := iif(GETL("X") = 1, "You get this message", "Otherwise you get this")
Ability 1 Amount 2 Formula := 0
Now that would be cool!

I did try this using [%Amount1%] but it would only return a zero. Gee, what a surprise that was...
