Edit_Login_Message()
set name = "Edit Login Message"
set category="Admin"
var/LoginMessage = input(usr,"What do you wish to say?","Edit Login Message") as message
if(!LoginMessage) return
else
loginmessage=LoginMessage
Problem description:
wont work for some reason i have it where the popup appears via a browse window yet ti wont let me edit the message whenever i please?