Initial Commit
Initial Commit
This commit is contained in:
5
_module/nss/has_tributegold.nss
Normal file
5
_module/nss/has_tributegold.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetGold(GetPCSpeaker()) >= GetLocalInt(OBJECT_SELF, "Tribute")) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user