/* The users levels of the talker */ /* there are 10 levels in the talker ... :-) * change the names of the levels in this file */ #define GOD 3 #define WIZARD 2 #define USER 1 #define NEWBIE 0