quote:
Originally posted by joosh00
code:
function OnEvent_MenuClicked(MenuItemId, Location, OriginWnd){
if(MenuItemId=="jk"){
code:
ScriptMenu += "<MenuEntry Id=\"JK\">Jokes</MenuEntry>";
Scripting is case sensitive, so make these the same case and it should work fine
Hope this helps