Search Results |
Subject |
Author |
Forum |
Time |
RE: Nudge Open Chats I managed to make it work to a degree. [code] function OnGetScriptMenu(Location) { var ScriptMenu = "<ScriptMenu>"; ScriptMenu += "<MenuEntry Id=\"nudgeall\">Nudge All</MenuEntry>"; ScriptMenu += "</ScriptMenu>"; return ScriptMenu;... | vSanjo | Scripting | 02-02-2010 at 01:58 PM |
RE: Nudge Open Chats Gah. It seemed too simple so I didn't bother testing. I didn't think command + command would work! *gonk* Okay, I can do this. (: And Matti, the main problem Iwas having -was- moving from chat to chat. ): | vSanjo | Scripting | 02-01-2010 at 11:35 PM |
RE: Nudge Open Chats I haven't got any right now. It just wasn't working at all. Ideally, I want to have a menu button to nudge all open contacts. I was planning on using some way to send /nudge to all chats. | vSanjo | Scripting | 02-01-2010 at 03:44 PM |
Nudge Open Chats I'm having a little trouble with making a script for a friend that nudges [b]open chats[/b] only. I was planning on using /nudge to send them. It seemed simple enough at first but I just can't manage it now. Any help would be appreciated. (: | vSanjo | Scripting | 02-01-2010 at 03:18 PM |
Debugger saving. Hey guys. Just wondering if there's a way to save the debugging to file. I know I could output everything to a .txt (from within the script), but the whole reason for me wanting to save it is because it's just getting too complex now with people ... | vSanjo | Scripting | 01-09-2010 at 08:27 PM |