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