Further file organization
Further file organization
This commit is contained in:
15
nwn/nwnprc/trunk/smp/smp_ail_stunned.nss
Normal file
15
nwn/nwnprc/trunk/smp/smp_ail_stunned.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: Name Stunned Heartbeat
|
||||
//:: FileName SMP_AIL_STUNNED
|
||||
//:://////////////////////////////////////////////
|
||||
This runs on an creature with the effect EffectStunned().
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jasperre
|
||||
//::////////////////////////////////////////////*/
|
||||
|
||||
#include "SMP_INC_AILMENT"
|
||||
|
||||
void main()
|
||||
{
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user