Iconic985 Posted October 19, 2013 Share Posted October 19, 2013 Hey people! I have a basic script that sets a variable (lumber = 20) and I want this to show in a message box. For example the message should say "You have [lumber] wood" I've searched everywhere but I can't seem to find any tutorials. If someone could tell me how to do this that would be great. Thanks, :wink: Link to comment Share on other sites More sharing options...
DanielUA Posted October 19, 2013 Share Posted October 19, 2013 (edited) I made this for my mod Debug.Notification(PlayerFirewoodCount - PlayerFirewoodCount10x + " Firewood left")In your case it will be Debug.Notification("You have " + lumber + " wood")Cheers! Edited October 19, 2013 by DanielUA Link to comment Share on other sites More sharing options...
Recommended Posts