Further file organization
Further file organization
This commit is contained in:
14
nwn/nwnprc/trunk/scripts/prc_fact_splchk.nss
Normal file
14
nwn/nwnprc/trunk/scripts/prc_fact_splchk.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Factotum Arcane Dilettante check slot script
|
||||
//:: prc_fact_splchk
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
@author Stratovarius - 2019.12.21
|
||||
*/
|
||||
|
||||
#include "prc_inc_factotum"
|
||||
|
||||
void main()
|
||||
{
|
||||
CheckFactotumSlots(OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user