function TGG_startup() {($TGGfact1 = "1");##(##$TGGfact2 = "10"); //## around error as usual.
function TGG_startup() { $TGGfact1 = "1"; $TGGfact2 = "10"; }
Another problem...Calling a If statement that tests subStr for something in the ClientCmdChatMessage thing :if (%msg = getSubStr(%msg,"0","14","Is the number ")) {bla bla bla}But for some reason, it never executes 'bla bla bla'