GUI Trigger
by Sventhors · in Game Design and Creative Issues · 04/04/2006 (5:21 pm) · 4 replies
Is there any tutorials or forumns about how to trigger a GUI when run over it. Thanks.
About the author
by Sventhors · in Game Design and Creative Issues · 04/04/2006 (5:21 pm) · 4 replies
Associate Anthony Rosenbaum
%client = %obj.client;
commandToClient(%client, 'addGuiThing');
}
function ClientCmdAddGuiThing(){
canvas.pushDlg("someGuiName");
}
something along those lines didn't have time to check for typos