\n'; document.write(text); var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; function SagwaQuest_DoFSCommand(command, args) { var sagwaMovie = InternetExplorer ? SagwaQuest : document.SagwaQuest; if(command == "loadSaveGame") { cookieRef = readCookie(args); xpos = getValue("xpos",cookieRef); ypos = getValue("ypos",cookieRef); xpos = parseInt(xpos); ypos = parseInt(ypos); currentScreenName = getValue("currentScreenName",cookieRef); eventList = getValue("eventList",cookieRef); objList = getValue("objList",cookieRef); objList = parseInt(objList); givenObjList = getValue("givenObjList",cookieRef); visitedList = getValue("visitedList",cookieRef); sagwaMovie.SetVariable("xpos", xpos); sagwaMovie.SetVariable("ypos", ypos); sagwaMovie.SetVariable("currentScreenName", currentScreenName); sagwaMovie.SetVariable("objList", objList); sagwaMovie.SetVariable("givenObjList", givenObjList); sagwaMovie.SetVariable("eventList", eventList); sagwaMovie.SetVariable("visitedList", visitedList); } if(command == "setCookie"){ incCookie(args) } if(command == "refresh"){ window.location="index2.htm" } if(command == "checkForSaveGame"){ testForCookie = readCookie(args); if(testForCookie){ sagwaMovie.SetVariable("saveGamePresent", "true"); }else{ sagwaMovie.SetVariable("saveGamePresent", "false"); } } } //-->