Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Talking to a dude in the lower market square, near the ally, seems to be consistent, since I managed to crash it twice because I have no short-time memory apparently:
  2. ___________________________________________
  3. ############################################################################################
  4. ERROR in
  5. action number 1
  6. of Step Event0
  7. for object oPlayer:
  8.  
  9. Push :: Execution Error - Variable Index [0] out of range [0] - -1.text(100044,0)
  10. at gml_Script_scrCreateDiagBox
  11. ############################################################################################
  12. gml_Script_scrCreateDiagBox (line -1)
  13. gml_Object_oPlayer_Step_0
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. Guy tells me to distract some dude in an alley:
  21. ___________________________________________
  22. ############################################################################################
  23. ERROR in
  24. action number 1
  25. of Step Event2
  26. for object CameraControl:
  27.  
  28. Unable to find instance for object index 87
  29. at gml_Object_CameraControl_Step_2
  30. ############################################################################################
  31. gml_Object_CameraControl_Step_2 (line -1)
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. Talking to the bouncer without triggering the pre-talk where he calls out to you:
  41. ___________________________________________
  42. ############################################################################################
  43. ERROR in
  44. action number 1
  45. of Step Event0
  46. for object oPlayer:
  47.  
  48. Push :: Execution Error - Variable Index [0] out of range [0] - -1.text(100044,0)
  49. at gml_Script_scrCreateDiagBox
  50. ############################################################################################
  51. gml_Script_scrCreateDiagBox (line -1)
  52. gml_Object_oPlayer_Step_0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement