devolution

Author Topic: Mute's work Discription thread  (Read 1740 times)

0 Members and 1 Guest are viewing this topic.

Offline MuteDay

  • Sr. Member
  • ****
  • Posts: 421
  • Loving life and PinkPetal Family
Mute's work Discription thread
« 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
Please Enjoy all the hard work i Do to help make the game and forums a better place :)

Offline MuteDay

  • Sr. Member
  • ****
  • Posts: 421
  • Loving life and PinkPetal Family
Work Advertising upgrade
« Reply #1 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

« Last Edit: December 19, 2014, 06:17:38 AM by MuteDay »
Please Enjoy all the hard work i Do to help make the game and forums a better place :)