Jump to content

1 Screenshot

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")[]

 

 



×
×
  • Create New...