Page 1 of 1

What was the command to open a Msg Window?

Posted: 2004-04-06 22:56:58
by lalla521
I remember that it was a command, like the msgbox in visual basic...

so i could open a window with the tipical "ok" button and a message...

(not in uo, in windows...)

i forgot the command... :P

Posted: 2004-04-07 04:23:25
by lexuskrzy
i think it was msgbox... or msg maybe something along those lines in vb6 neway

Posted: 2004-04-07 09:37:17
by AGRS
Try 2 read scripting.txt. :wink:

scripting.txt wrote:Message("Mesage text"[,"Caption"])
- shows the message box with the OK button. The "Caption" is optional.
Example:
Message("Press OK to continue running script")

Posted: 2004-04-07 22:41:44
by lalla521
AGRS wrote:Try 2 read scripting.txt. :wink:

scripting.txt wrote:Message("Mesage text"[,"Caption"])
- shows the message box with the OK button. The "Caption" is optional.
Example:
Message("Press OK to continue running script")


woops... ^^' i searched everywhere but that.... thx a lot :*