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