17 lines
462 B
Plaintext
17 lines
462 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name: pgs_con_self_y
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Check if the player used the GuildJournal on
|
||
|
him/her self.
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By:
|
||
|
//:: Created On:
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return GetLocalInt (GetPCSpeaker(), "Target_Self");
|
||
|
}
|