Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/bartend_hastab.nss
Normal file
11
_module/nss/bartend_hastab.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "x4_inc_functions"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetCampaignInt(CharacterDB(oPC), "BARTAB", oPC) > 0)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user