obj |
Problem description:
Everything else works fine except when i hit the checkweapons and select a weapon choice, it says:
runtime error: Cannot read "Axe".desc
I assume it has to do with the part that it is text, and not just an object? I'm not sure, please help, I'm fairly new.
I would've used src instead of usr in this case, but basically what you are doing here is adding text strings to the list instead of objects. You need to create a new instance of the object classes and add those to the list instead. Something like this: