generated from Jaysyn/ModuleTemplate
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
void main()
|
|
{
|
|
if (!GetLocalInt(OBJECT_SELF, "done")) {
|
|
SetLocalInt(OBJECT_SELF, "done", TRUE);
|
|
effect eGhostly = EffectVisualEffect(VFX_DUR_GHOSTLY_VISAGE);
|
|
ApplyEffectToObject(DURATION_TYPE_PERMANENT, SupernaturalEffect(eGhostly), OBJECT_SELF);
|
|
}
|
|
}
|
|
|