home *** CD-ROM | disk | FTP | other *** search
- set("/:crazy",random("3"));
- set("/:crazy2",random("4") + "4");
- if(eval("/:epunch") == "0")
- {
- if(eval("/:distance") < "115")
- {
- tellTarget("/bot")
- {
- gotoAndPlay("act" add eval("/:crazy2"));
- }
- }
- else
- {
- tellTarget("/bot")
- {
- gotoAndPlay("act" add eval("/:crazy"));
- }
- }
- }
-