LoD_PRC8/_module/nss/ba_kingsit.nss

20 lines
512 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//::///////////////////////////////////////////////
//:: 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_kingsthrone");
ActionSit(oThrone);
ExecuteScript("nw_c2_default2", OBJECT_SELF);
}