#define DEBUG |
Problem description:
I get the runtime error message:
runtime error: cannot read from list |
Whenever I try to test the verb. It should look for an open position in the list (defined by a string with a single space in it) and then place the newly created object (Bulbasaur) into it. "src << "Party: [party]"" should output "Party: /list" and doesnt, even though the list is already created and defined to have 6 indexes (0-5).
The error appears BEFORE line 12 is even ran, as it shows up before "Party: " is outputted, which makes entirely no sense whatsoever to me.

Also lists are dynamic, instead of defining size you could simply add new values into it.