Further file organization
Further file organization
This commit is contained in:
19
nwn/nwnprc/trunk/scripts/prc_abil_monitor.nss
Normal file
19
nwn/nwnprc/trunk/scripts/prc_abil_monitor.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Ability Damage monitor thread
|
||||
//:: prc_abil_monitor
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Just does a call to AbilityDamageMonitor()
|
||||
in inc_abil_damage.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Ornedan
|
||||
//:: Created On: 09.04.2005
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "inc_abil_damage"
|
||||
|
||||
void main()
|
||||
{
|
||||
AbilityDamageMonitor();
|
||||
}
|
Reference in New Issue
Block a user