PRC8/trunk/scripts/tmp_t_dark.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -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);
}