Laxarvala Posted February 6, 2023 Share Posted February 6, 2023 I'm having trouble figuring what's wrong with this script error: SCRIPTS: script 'MLQVanGraffVaria', line 8: failed to evaluate expression.Decompiled Line: If ; failed to decompile expression, bad expression stack: 'GetStage'MLQVanGraffRevenge', '20' The script in question: scn MLQVanGraffVaria begin GameMode if (VFSGloriaVanGraffREF.getdead) if (MLQVanGraffRevenge getactivequest) setstage MLQVanGraffRevenge 25 endif endif if (getstage MLQVanGraffRevenge 20) MLQCacheMrkerREF.enable endif end I'm still new to scripting so do bear with me if this is a relatively simple problem, thanks. Link to comment Share on other sites More sharing options...
Laxarvala Posted February 6, 2023 Author Share Posted February 6, 2023 I was correct, did turn out to be simple; forgot to indicate "==" in the getstage line. Sorry for filling up the forum with this thread. Link to comment Share on other sites More sharing options...
Recommended Posts