- Joined
- Sep 2, 2017
I would recommend further reading the provided notes and instructions that come with downloading dialogueactions (assuming you have them). However, in case you don't understand, there are three triggers you can use to change the background:I already have that one, so how do I trigger a change of backgrounds with that mod? :)
-[CHANGE_BACKGROUND] (Simply changes the background)
-[INSTANT_FLASH] (fades the screen for effect and makes it a color of your choosing)
-[END_FLASH] (use this trigger to end the effect)
In addition, when you place these triggers in a line, that line must contain the variable, {"set":{"da.background.load":"[insert file name of your chosen background here]"}}
Once all this is done, your background should change. Also, bear in mind that your background must be placed in your $INIT$ folder.
Example line: linetype:"[INSTANT_FLASH_000000][END_FLASH]This is a line."{"set":{"da.background.load":"Roof.png"}}
P.S.: To set the color of the fade, or instant flash effect use "000000" for black, "ffffff" for white, "CF5300,"for orange. Of course, there are other colors, but these are the ones mentioned in the notes. Hope this helps.
-Antimatter42