Displaying Strings With Commands
Posted: Sun Feb 19, 2012 4:40 am
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?
Yeah, I know, pretty crappy looking. 
Code: Select all
script, time and money, begin
$6 := (party money)
$7 := (days of play)
$8 := (hours of play)
$9 := (minutes of play)
end