AOC_PRC8/_module/nss/is_dwarf.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

17 lines
307 B
Plaintext

/* Script generated by
Lilac Soul's NWN Script Generator, v. 1.6
For download info, please visit:
http://www.lilacsoul.revility.com */
#include "prc_inc_racial"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (MyPRCGetRacialType(oPC) != RACIAL_TYPE_DWARF) return FALSE;
return TRUE;
}