generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
9
_module/nss/poly_zombie.nss
Normal file
9
_module/nss/poly_zombie.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
effect eZombie = EffectPolymorph(POLYMORPH_TYPE_ZOMBIE);
|
||||
if (GetIsPC(oPC) == TRUE)
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eZombie, oPC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user