Group: Forum Members
Posts: 18,
Visits: 64
|
I followed the steps and came up with the error: ""item.primes.item(values.selectprime1)' Expression contains an invalid identifier"
I changed: <item primes> /1 = "Metapod" /2 = "Shelder" </item>
<text prime1> /items = primes /select = values.selectprime1 / fontstyle = ("Courier New", parameters.fontheight, false, false, false, false, 5, 1) / txcolor = white /txbgcolor = black /position = (50%, 50%) </text>
to
<picture primes> / items = ("BLM_Prime.jpg") / items = ("Neutral_Prime.jpg") </picture>
<picture prime1> /items = ("BLM_Prime.jpg") /position = (50%, 50%) </picture>
|