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

20 lines
490 B
Plaintext

//::///////////////////////////////////////////////
//:: Name Dark template test script
//:: FileName tmp_t_dark
//::
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Stratovarius
//:: Created On: 27.02.19
//:://////////////////////////////////////////////
#include "prc_inc_template"
void main()
{
// Anything can become Dark
SetExecutedScriptReturnValue(X2_EXECUTE_SCRIPT_CONTINUE);
}