Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

NPC Text bubbles


Doomsalad
 Share

Recommended Posts

  • 2 weeks later...
I'm not sure of this but I think you can have a message box come up. just type msgbox"-Message you want-", "-title-", -type of message box- ex. vbokonly, vbokcancel… experiment a bit.

edit: oh crap I messed up. oh and I tried it and it workd. and the formula is this:
msgbox(promt, type, title)
promt = what u want to say
type = type of messagebox ex: vbokonly, vbokcancel
title = the title of the messagebox

an example would look like this:

msgbox"I need you to kill 30 rabbits, because it is wabbit hunting season! I will reward you well", vbokcancel, "Wabbit Hunter"

note: there are no ( ) 's

that is how you would do it if u dont want a return value. however, if you DO want a return value. you would do this

returnvalue = msgbox(copy from above, too lazy to rewrite)

note: there ARE ( ) 's

hope I could help.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...