Battledale_PRC8/_module/nss/px_shadowthrone.nss

9 lines
144 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oUser = GetLastUsedBy();
object oChair = GetObjectByTag("px_azetoths_throne");
AssignCommand(oUser,ActionSit(oChair));
}