What was the command to open a Msg Window?

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
lalla521
Posts: 80
Joined: 2004-04-06 22:41:11

What was the command to open a Msg Window?

Post 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
lexuskrzy
Posts: 17
Joined: 2004-04-06 19:52:39

Post by lexuskrzy »

i think it was msgbox... or msg maybe something along those lines in vb6 neway
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post 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")
lalla521
Posts: 80
Joined: 2004-04-06 22:41:11

Post 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 :*
Post Reply