wooaa -> RE: General S&S Editor Questions (1/16/2022 5:25:22 PM)
|
Does anyone know how to make a stratagem start a story? I am working on a mod where my intention is to give you a stratagem which will kick off a story the next turn with a few basic decisions to give you regime points. Using the Delta story format, I can mostly create the decisions I want. The issue is where I cant get the story to fire properly. If I leave the IF section blank, the story fires every turn, as one would expect. So I created an If statement REGKEY.REGIMECHANGE>0 For the stratagem card itself in the AI effects library under the Set column I give it REGKEY.REGIMECHANGE=1 What "should" happen is that when a turn start, the story I made checks to see if REGKEY.REGIMECHANGE is more than 0, and if so starts the story, then at the end of the story I have instructions to set that variable back to 0. When the stratagem is played REGKEY.REGIMECHANGE is set to 1, so it "should" start the story, but nothing happens. has anyone else been able to get a stratagem to trigger a story?
|
|
|
|