home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_sim_rpg.swf / scripts / frame_41 / DoAction.as
Text File  |  2005-09-06  |  192b  |  14 lines

  1. if(_currentframe != house_loc)
  2. {
  3.    gotoAndStop(3, house_loc);
  4. }
  5. else
  6. {
  7.    stop();
  8. }
  9. if(mission[mis_num] == false)
  10. {
  11.    mission[mis_num] = true;
  12.    var object_2 = object_2 + 1;
  13. }
  14.