Search found 2 matches

by LiamNSeord
Mon Jul 22, 2019 4:07 am
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name not defined. [SOLVED]
Replies: 2
Views: 424

Re: NameError: global name not defined.

!!SOLVED!! I am a beginner with Python and RenPy, but I'm no stranger to OOP. I've previously worked .net basic, C++, and C# so there are some logic behaviors that I struggle with. Like still wanting to put semi-colons everywhere. The method takes an argument 'armor' The armor argument was partially...
by LiamNSeord
Sun Jul 21, 2019 8:33 am
Forum: Ren'Py Questions and Announcements
Topic: NameError: global name not defined. [SOLVED]
Replies: 2
Views: 424

NameError: global name not defined. [SOLVED]

I'm creating an inventory system along with a player class object. Everything is running fine until I get to the clothing dict. Here is the error I'm sorry, but an uncaught exception occurred. While running game code: File "game/locations/townMap.rpy", line 39, in script $ renpy.pause(hard...