PRC8/nwn/nwnprc/trunk/scripts/prc_fact_splchk.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

14 lines
296 B
Plaintext

//:://////////////////////////////////////////////
//:: Factotum Arcane Dilettante check slot script
//:: prc_fact_splchk
//:://////////////////////////////////////////////
/*
@author Stratovarius - 2019.12.21
*/
#include "prc_inc_factotum"
void main()
{
CheckFactotumSlots(OBJECT_SELF);
}