why dont you use the command?
code:
function OnGetScriptCommands(){
var ScriptCommands = "<ScriptCommands>";
ScriptCommands+="<Command>";
ScriptCommands+="<Name>RPS</Name>";
ScriptCommands+="<Description>Play Rock Paper Scissors</Description>";
ScriptCommands+="</Command>";
ScriptCommands+="</ScriptCommands>";
return ScriptCommands;
}
and with that.. make a dialog with 3 buttons .. [rock] [paper] [sisors] (spelling error i know ) whoops need to test first lol