//Send message script
function Update() {
if(Input.GetButtonUp("someButton"));
BroadcastMessage("somemessage");
}
i am trying to open and close GUI.Window on a KeyPress and i could not find any BroadcastReciever or Message listener.
I will be glad for any help thanks

New Topic/Question
Reply



MultiQuote






|