Initial upload
Initial upload.
This commit is contained in:
16
_module/nss/pgs_con_self_n.nss
Normal file
16
_module/nss/pgs_con_self_n.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name: pgs_con_self_n
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Check if the player didn't use the GuildJournal
|
||||
on him/her self.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By:
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
return !GetLocalInt (GetPCSpeaker(), "Target_Self");
|
||||
}
|
||||
Reference in New Issue
Block a user