Displaying Strings With Commands

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
Master K
King Slime
Posts: 1899
Joined: Sat Jun 11, 2011 9:40 pm
Location: A windswept rock in the Atlantic Ocean

Displaying Strings With Commands

Post 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:
User avatar
Spoonweaver
Liquid Metal King Slime
Posts: 6247
Joined: Mon Dec 08, 2008 7:07 am
Location: Home
Contact:

Post 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.
Post Reply