Mostly npc script adjusments
and placeable tag changes
This commit is contained in:
5
_module/nss/queen_sit.nss
Normal file
5
_module/nss/queen_sit.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
ActionSit (GetNearestObjectByTag ("CHAIR_Queen", OBJECT_SELF));
|
||||
DelayCommand(10.0,ExecuteScript("queen_sit",OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user