A few questions I encountered today while scripting. 1: How does one go about turning a perk machine "off"? 2: I am quite aware of the
Code Snippet
Plaintext
waittill("trigger")
function, but is there a way to test "if" a trigger has been activated rather than making the script wait for a trigger? 3. What are the KVPs that distinguish different Pandora's Boxes (ex. how the first and third locations are different KVP-wise)? Thanks in advance!
1. Okay, I'll do my best 2. My script has a loop where it is supposed to check if a trigger has been activated, and if it has, it will do one thing, and if it hasn't, it will do another. 3. Okay, will do.