Line 490 in pegxiaQuest.js is
however the initial if statement is
meaning the branch never gets taken. Based on the context the else should just be removed, since the content inside of it seems to continue from the content in the original if branch. It's a pretty minor thing, but it is content that is currently inaccessible.
Also a small note, I previously posted about misnamed busts in kiroQuestVR (the image files are prefixed with VR_ while the code uses KQ_VR_), which should be a pretty simple fix but the issue is still present in the current build.
JavaScript:
else if(cumQ >= 10000)
JavaScript:
if(cumQ >= 2000)
Also a small note, I previously posted about misnamed busts in kiroQuestVR (the image files are prefixed with VR_ while the code uses KQ_VR_), which should be a pretty simple fix but the issue is still present in the current build.
Last edited: