generated from Jaysyn/ModuleTemplate
17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: CEP Creature Wizard
|
|
//:: Community Expansion Pack
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
Set local int to CLASS_TYPE_SORCERER
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: 420
|
|
//:: Created On: April 20, 2009
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "CW_Class", CLASS_TYPE_SORCERER);
|
|
}
|