Mostly npc script adjusments

and placeable tag changes
This commit is contained in:
EpicValor
2023-09-04 21:06:50 -05:00
parent 430f3102d9
commit a896bdd164
62 changed files with 9383 additions and 293 deletions

View File

@@ -0,0 +1,5 @@
void main()
{
ActionSit (GetNearestObjectByTag ("CHAIR_Queen", OBJECT_SELF));
DelayCommand(10.0,ExecuteScript("queen_sit",OBJECT_SELF));
}