Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/as_sitdrunk_hb.nss
Normal file
11
_module/nss/as_sitdrunk_hb.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
if (!IsInConversation(OBJECT_SELF))
|
||||
{
|
||||
AssignCommand(OBJECT_SELF,ActionForceMoveToObject(GetObjectByTag("Stool")));
|
||||
AssignCommand(OBJECT_SELF,ActionSit(GetNearestObjectByTag("Stool")));
|
||||
AssignCommand(OBJECT_SELF,ActionPlayAnimation(ANIMATION_LOOPING_SIT_CHAIR,1.0,3000.0));
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user