morogoth35 Posted August 16, 2017 Share Posted August 16, 2017 Hi guys. I am working on a script. This script needs to detect when the player has not read any books while inside a trigger and at the same time doesnt have a specific magic effect, I just don't know how to make an AND check in papyrus. Link to comment Share on other sites More sharing options...
foamyesque Posted August 16, 2017 Share Posted August 16, 2017 Hi guys. I am working on a script. This script needs to detect when the player has not read any books while inside a trigger and at the same time doesnt have a specific magic effect, I just don't know how to make an AND check in papyrus. The boolean operators are == (equivalence), != or a prefixed ! (NOT), && (AND), || (OR). Link to comment Share on other sites More sharing options...
Recommended Posts