Post new topic    
King Slime
Send private message
Displaying Strings With Commands 
 PostSun Feb 19, 2012 4:40 am
Send private message Reply with quote
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:
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
Liquid Metal King Slime
Send private message
 
 PostSun Feb 19, 2012 5:08 am
Send private message Reply with quote
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:
{$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:
show textbox (118)
wait for textbox


I feel like I misunderstood you or something.
Display posts from previous: