About This File
This mod allows you to easily account for being employed at jobs other than Dynapill in terms of NPC comments. If you find any instances that are missing, please let me know! I added a job list so you can figure out what job(s) the player has.
To flag YOUR mod as any Any Job, just set a test for your employment in a tagged passage [any_job_nightset], You can follow this example:
Â
:: police any job [any_job_nightset]
{
(if:$police_job is "true")[(set:$any_job to "true")(set:$any_job_list to it + (a:"WPD"))]
}
Â
Lead Developer: Dragon42/Shadowspawn
Special Thanks to Aphrodite for creating an amazing game!
My Friends: Sorrow, Jirkislo, and Chloe
Â
Â
My subscribestar link:
https://subscribestar.adult/shadowdragon
Please consider supporting my work.
Edited by Dragon42
What's New in Version 1.23.4
Released
Adds $passage_tags so others can mod into the stepsis comments section:
Â
($passage_tags:"topics_stepsis_comment")
Use: (if:your trigger condition for stepsis comment)[(set:$topics to (a:"TOPIC") + $topics)]
$line can be defined, but must be added to stepsis voice comments.
Â
($passage_tags:"comments_stepsis_comment")
Use: (else-if:$topics's 1st is "TOPIC")[]
Â
Â