|
I know this is a little of topic but
void main() {
object oPC=GetFirstPC();
AddMutliClass(CLASS_TYPE_JEDISENTINEL,oPC);
GiveXPToCreature(oPC,1500);
CreateItemOnObject("g_a_jedirobe01",oPC);
CreateItemOnObject("g_w_shortsbr01",GetFirstPC());
}
I want to make my character into a Jedi Sentinel but the AddMultiClass wont compile. Can someone point me in the right direction please. Thanks.
|