#text option doesnt display text option (???)

1 messages · Page 1 of 1 (latest)

blissful solar
#

im trying to make text that changes in base of an array. if the array option is 1 then the text is "mike", exc exc. instead, it displays this. anyone knows whats happening?

heavy cove
#

That's a single option not a text value so it give the I'd of the single option instead of the text

blissful solar
blissful solar
#

@heavy cove

heavy cove
#

It's cuz you're setting the text as something that isn't a text

junior plume
#

MIKE?

blissful solar
#

i wanna do it in 3x.
and also...how does the thing you did solve my problem? i want a data table that checks:
if global.v is 1 then set text "mike"
if global.v is 2 then set text "x"
exc exc...

#

@heavy cove