generated from Jaysyn/ModuleTemplate
16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
//Set local integer for use in the wild shape radial menu
|
|
/*
|
|
Secret shapes!
|
|
63 POLYMORPH_TYPE_BEHOLDER
|
|
30 POLYMORPH_IMP
|
|
38 POLYMORPH_TYPE_CELESTIAL_AVENGER
|
|
74 POLYMORPH_TYPE_VAMPIRE_MALE
|
|
77 POLYMORPH_TYPE_VAMPIRE_FEMALE
|
|
28 POLYMORPH_DOOM_KNIGHT
|
|
*/
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "DMEL_DRUIDSHAPES_" + IntToString( GetLocalInt(GetPCSpeaker(), "DMEL_REMAP_WSHAPE" ) ), 30+1);
|
|
// ExecuteScript("dmel_druidshapes",GetPCSpeaker() );
|
|
}
|