Jump to content

Papyrus Script Show Variable in a Message Box


Iconic985

Recommended Posts

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

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 by DanielUA
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...