Author Topic: Gui HELP!!!!!  (Read 1233 times)

How would I make a Variable appear in a bunch of text?

Ex: You have pushed the button (variable here) times!

The problem is that, no matter what I do, the variable name appears, not the variable itself.
« Last Edit: September 13, 2009, 12:54:50 AM by Gadgethm »

Ok heres how
0 0 Onactivate>self>VCE_ModVarible brick [Clicks]Add[1]
1 0 OnActivate>Client>(Your Choice)>[<color:ffffff>You click<var:brick:Clicks> times.]

Oops

I forgot to mention, I'm talking about a GUI.


Im wondering something like this too, but with variables from another script.


Bump again,
I would like to know too :cookieMonster:.


I know, way too many bumps.  But I really need to know!!

I know, way too many bumps.  But I really need to know!!
HELP

Maybe you could do a text box then your "variable" text box then the rest of your text. Then for the changing when activated or whatever VariableTextBox.setText(%clicks);

That's a good idea

Lemme try

Edit: Nope

Any way, I'm looking how to display the variable.  Like in the text box do I type "You have clicked the Button \$Gui::Buttonclicks/ times!  You have \$Gui::clicksleft/ clicks left!" (Without quotes)  This is just an example, its not the actual text i would type into my GUI.
« Last Edit: September 09, 2009, 05:11:19 PM by Gadgethm »

Come on, does NO ONE know this?!?!?