Aantioch_Infernum/_module/nss/queen_sit.nss
EpicValor a896bdd164 Mostly npc script adjusments
and placeable tag changes
2023-09-04 21:06:50 -05:00

6 lines
143 B
Plaintext

void main()
{
ActionSit (GetNearestObjectByTag ("CHAIR_Queen", OBJECT_SELF));
DelayCommand(10.0,ExecuteScript("queen_sit",OBJECT_SELF));
}