Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/lostplayer_ck1.nss
Normal file
11
_module/nss/lostplayer_ck1.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) == 1)) return FALSE;
|
||||
if (!(GetLocalInt(oPC, "talkquest") == 0)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user