August 16, 20187 yr How would I go about detecting if the player is in a cutscene? I am working on a Romeo & Juliet solver
August 16, 20187 yr As tabs are always disabled in cutscenes, you can check if inventory tab is disabled and make the script wait or something. Edited August 16, 20187 yr by Rays
August 17, 20187 yr I've used this in the past: boolean isOnCutscene(){ return getConfigs().get(1021) == 192 && getMap().isMinimapLocked(); }
Create an account or sign in to comment