Acting Experience

Can someone please help me? I am just learning how to make my own jobs for Kudos and I wanted to add an acting job, but don’t know how to put in that the job gives acting experience. Please help me out. Thanks :slight_smile:

can someone please help me with this? :frowning:

I’d help if I could, but I’m not quite sure how to do that. I thought it would be something being a chef, where each day gives you 1% towards your cooking experience…but I couldn’t find anything like that in the files.

After poking around a bit, I think I found where it should go…

C:\Program Files (x86)\Kudos 2\data\simulation\scripts\jobs

has a bunch of files that tell the game what to do for each day of your job. The file that you make for your new job should have the following line in it:

ApplyEffect(xp_acting,0.01,_JOBXP_DEGRADE);

Where 0.01 means that you get 1% acting experience per day on the job.

Hope this helps somewhat…

thank you! that did help me very much. :slight_smile: