Page 1 of 1

Displaying Strings With Commands

Posted: Sun Feb 19, 2012 4:40 am
by Master K
So, I want a Textbox string to display the time the player has played and the money a player has. How would I modify this script to do so?

Code: Select all

script, time and money, begin
	$6 := (party money)
	$7 := (days of play)
	$8 := (hours of play)
	$9 := (minutes of play)
	
	end
Yeah, I know, pretty crappy looking. :v:

Posted: Sun Feb 19, 2012 5:08 am
by Spoonweaver
A textbox string?
Well anyways, you can type those string directly into textboxes, so I guess that's what you mean? ..maybe?

Well anyways all you'd need to do to have a textbox show your strings there would be to type them into a text box,

Code: Select all

{$V6} or something I think,  I'm pretty sure it's on the bottom of the textbox editor screen.
So just type up a textbox and call that textbox up in the script.

Code: Select all

show textbox (118)
wait for textbox
[/size]

I feel like I misunderstood you or something.