{help please} script disable - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: {help please} script disable (/showthread.php?tid=66346) {help please} script disable by skyserpent on 09-17-2006 at 01:40 AM
what code can i add to my script so that when i send start! it enables the script and when i send stop! it disables the script RE: {help please} script disable by NanaFreak on 09-17-2006 at 01:53 AM ok here you go code: fixed the start! stop! codes fix my code (i had mesage not message) added some colour to help you out RE: {help please} script disable by phalanxii on 09-17-2006 at 01:55 AM I'm not the most efficient of programmers, but one way to do it is: code:You will need to repeat the last function for every function in your script. RE: {help please} script disable by skyserpent on 09-17-2006 at 02:01 AM help me with "function <your function>(<your parameters>)" please RE: RE: {help please} script disable by phalanxii on 09-17-2006 at 02:06 AM
quote:What is the name of the function(s) in your script? For example, if my script has a function called FindAddress with parameters First, Second, Offset, it will appear in my script as: code:So if I want to integrate this with the script enabled, I simply have to change it to: code: RE: {help please} script disable by skyserpent on 09-17-2006 at 02:25 AM
everything is sorted |