Detecting classes
Posted: Sat Nov 10, 2012 4:45 pm
Hi, I am trying to write some code that determines all three class types of the character, (and makes decisions about daily turn-ins based on that).
I am at the house maid, i can store player.Class1 and player.Class2 in variables, but I don't know how to get the third class so that I can do
ExchangeClass(EXCHANGECLASS_MAINCLASS, EXCHANGECLASS_SUBCLASS);
with my algorithmic choice of the two arguments.
Any ideas?
I am at the house maid, i can store player.Class1 and player.Class2 in variables, but I don't know how to get the third class so that I can do
ExchangeClass(EXCHANGECLASS_MAINCLASS, EXCHANGECLASS_SUBCLASS);
with my algorithmic choice of the two arguments.
Any ideas?