Changed folder name.
Changed folder name.
This commit is contained in:
11
_module/nss/deaththrone.nss
Normal file
11
_module/nss/deaththrone.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oChair=OBJECT_SELF;
|
||||
object oPC = GetLastUsedBy();
|
||||
AssignCommand(GetLastUsedBy(),ActionSit(oChair));
|
||||
|
||||
effect eDeath = EffectDeath(TRUE, TRUE);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eDeath, oPC);
|
||||
|
||||
}
|
Reference in New Issue
Block a user