generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/purge_items_slot.nss
Normal file
11
_module/nss/purge_items_slot.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "strip"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
location lLocation = GetLocation(oPC);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,
|
||||
EffectVisualEffect(VFX_IMP_DEATH), oPC);
|
||||
GearStrip(oPC);
|
||||
FloatingTextStringOnCreature("Items Removed", oPC);
|
||||
}
|
Reference in New Issue
Block a user