LoD_PRC8/_module/nss/ba_priestsit.nss
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

20 lines
514 B
Plaintext

//::///////////////////////////////////////////////
//:: Name x2_def_percept
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default On Perception script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
object oThrone = GetObjectByTag("ba_prieststhrone");
ActionSit(oThrone);
ExecuteScript("nw_c2_default2", OBJECT_SELF);
}