Author Topic: Need a messagebox script.  (Read 482 times)

I'm trying to make a keybind here, and whenever the key(s) are pressed, I want it to display a message box while also doing something else. I tried commandToClient(etc) to no avail. I'd appreciate if someone could post this. Obviously enough, I'm quite a newbie at TorqueScript.

clientCmdMessageBoxOK("Title","Message") can be used for a client-side script which I assume is what you're trying to make with the keybind.

Hey, thanks Space Guy. :D

Locked.