PoA_PRC8/_module/_removed files/nwnx_player_t.nss

17 lines
345 B
Plaintext
Raw Permalink Normal View History

#include "nwnx_player"
#include "nwnx_tests"
void main()
{
WriteTimestampedLogEntry("NWNX_Player unit test begin..");
object oPC = GetFirstPC();
if (!GetIsObjectValid(oPC))
{
WriteTimestampedLogEntry("NWNX_Player test: No PC found");
return;
}
WriteTimestampedLogEntry("NWNX_Player unit test end.");
}