home *** CD-ROM | disk | FTP | other *** search
- _root.option_autobattle.setLabel("");
- _root.option_autobuy.setLabel("");
- _root.option_automove.setLabel("");
- _root.option_warsummary.setLabel("");
- _root.option_celcius.setLabel("");
- _root.option_mute.setLabel("");
- _root.option_highquality.setLabel("");
- _root.option_autobattle.setEnabled(true);
- _root.option_autobattle.setValue(_root.autobattle);
- _root.option_autobattle.setChangeHandler("auto_battle",_root);
- _root.option_autobuy.setEnabled(true);
- _root.option_autobuy.setValue(_root.autobuy);
- _root.option_autobuy.setChangeHandler("auto_buy",_root);
- _root.option_automove.setEnabled(true);
- _root.option_automove.setValue(_root.automove);
- _root.option_automove.setChangeHandler("auto_move",_root);
- _root.option_warsummary.setEnabled(true);
- _root.option_warsummary.setValue(_root.warsummary);
- _root.option_warsummary.setChangeHandler("war_summary",_root);
- _root.option_celcius.setEnabled(true);
- _root.option_celcius.setValue(_root.celcius);
- _root.option_celcius.setChangeHandler("set_celcius",_root);
- _root.option_mute.setEnabled(true);
- _root.option_mute.setValue(_root.musicmute);
- _root.option_mute.setChangeHandler("set_mute",_root);
- _root.option_highquality.setEnabled(true);
- _root.option_highquality.setValue(_root.highquality);
- _root.option_highquality.setChangeHandler("set_highquality",_root);
-