fulcrum
Engaged Member
- Feb 2, 2018
 
- 3,704
 
- 2,206
 
- 392
 
cmon, you really should know what that means and how you can fix that by now.Code:While running game code: File "game/script.rpy", line 9184, in script if pacificaItems== 0: File "game/script.rpy", line 9184, in <module> if pacificaItems== 0: NameError: name 'pacificaItems' is not defined
enable the console with unren or edit the files yourself (google enable renpy console), then hold shift and press O (thats not a zero). in the developer console, type pacificaItems = 0