Well, how are classtwo and classthree defined? If they are integers, which is what it looks like, you probably wanna compare it to 0, not to NULL.
Learned Data
Posted by Greven on Thu 22 Jul 2004 01:59 PM — 2 posts, 13,727 views.
I want to take all the learned skills and spells from one character/target.. and copy them onto another.. I tried just plain using:
ch->pcdata->learned = victim->pcdata->learned; but that didnt work
Any ideas?
ch->pcdata->learned = victim->pcdata->learned; but that didnt work
Any ideas?