Pink Petal Games

Game Editing And Additions => User Mods => Topic started by: MuteDay on December 19, 2014, 05:57:23 AM

Title: Mute's work Discription thread
Post by: MuteDay on December 19, 2014, 05:57:23 AM
Here i will be posting my addons to the games work discriptions as well as posibly some other things i find along the way feel free to give me ideas of how it could be better
Title: Work Advertising upgrade
Post by: MuteDay on December 19, 2014, 05:58:53 AM
here is just an idea of what im doing

Code: [Select]
if (b <= 10)
   {
      g_Girls.UpdateEnjoyment(girl, ACTION_WORKADVERTISING, -1, true);
      message = gettext("She was harassed and made fun of while advertising.\n");
      message+=gettext("Other then that she mostly just spent her time trying to not breakdown and cry\n");
      if(girl->is_free())
      {
      message+=gettext("She comes up to you and asks you to change her job");
      }
      else
      {
      message+=gettext("She looks at you like she has something to say but then turns around and walks away");
      }
      girl->m_Events.AddMessage(message, IMGTYPE_PROFILE, Day0Night1);
      multiplier *= 0.8;
   }



Finished codes will be attached at the bottom