PoA_PRC8/_module/nss/immortaljail.nss

28 lines
742 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: FileName beetlejuice
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/13/2002 12:14:41 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
object oItem = GetPCSpeaker();
object oPC = GetPCSpeaker();
string immortalname;
immortalname = ">>> ID: " + GetPCPlayerName( oPC )
+ "; Name: "+ GetName( oPC )
+ "; CD Key:" + GetPCPublicCDKey( oPC );
int god= GetCampaignInt("PoA", "immortalname", oItem);
if(god != 2){
return FALSE; }
return TRUE;
}