<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3AAnimation_Functions</id>
	<title>Category:Animation Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3AAnimation_Functions"/>
	<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Animation_Functions&amp;action=history"/>
	<updated>2026-06-07T07:45:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.prime-wow.com/index.php?title=Category:Animation_Functions&amp;diff=7219&amp;oldid=prev</id>
		<title>Xordac: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Animation_Functions&amp;diff=7219&amp;oldid=prev"/>
		<updated>2017-10-23T23:23:13Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Animation Function Category=&lt;br /&gt;
&lt;br /&gt;
Animations performed by NPCs when placed within one of NPCs script event handlers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Functions====&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Brief Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionCloseRandomDoor | AnimActionCloseRandomDoor ]]&lt;br /&gt;
| Causes an NPC to close a nearby open door.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionFindFriend | AnimActionFindFriend ]]&lt;br /&gt;
| Causes an NPC to find a friend and engage in conversation with them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionFindPlaceable | AnimActionFindPlaceable ]]&lt;br /&gt;
| Find a placeable within the given distance and interact with it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionGetUpFromChair | AnimActionGetUpFromChair ]]&lt;br /&gt;
| Get up from a chair if we&amp;#039;re sitting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionGoHome | AnimActionGoHome ]]&lt;br /&gt;
| If it is night, go back to our home waypoint, if we have one. This is only meaningful for mobile NPCs who would have left their homes during the day.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionGoInside | AnimActionGoInside ]]&lt;br /&gt;
| Go through a nearby door if appropriate.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionGoOutside | AnimActionGoOutside ]]&lt;br /&gt;
| Leave area if appropriate.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionGoToStop | AnimActionGoToStop ]]&lt;br /&gt;
| Go to a nearby waypoint or placeable marked with the tag &amp;quot;NW_STOP&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionLeaveHome | AnimActionLeaveHome ]]&lt;br /&gt;
| If it is day, leave our home area, if we have one. This is only meaningful for mobile NPCs.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionLookAround | AnimActionLookAround ]]&lt;br /&gt;
| Play animation of looking around to left and right.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomAnimation | AnimActionPlayRandomAnimation ]]&lt;br /&gt;
| Play a random animation.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomBasicAnimation | AnimActionPlayRandomBasicAnimation ]]&lt;br /&gt;
| Play a random animation that all creatures should have.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomCloseRange | AnimActionPlayRandomCloseRange ]]&lt;br /&gt;
| Perform a random close-range action.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomGoodbye | AnimActionPlayRandomGoodbye ]]&lt;br /&gt;
| Play a random farewell animation and possibly voicechat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomGreeting | AnimActionPlayRandomGreeting ]]&lt;br /&gt;
| Play a greeting animation and possibly voicechat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomImmobile | AnimActionPlayRandomImmobile ]]&lt;br /&gt;
| Perform a strictly immobile action.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomInteractAnimation | AnimActionPlayRandomInteractAnimation ]]&lt;br /&gt;
| Interact with a placeable object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomMobile | AnimActionPlayRandomMobile ]]&lt;br /&gt;
| Perform a mobile action.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomTalkAnimation | AnimActionPlayRandomTalkAnimation ]]&lt;br /&gt;
| Play a random talk gesture animation.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionPlayRandomUncivilized | AnimActionPlayRandomUncivilized ]]&lt;br /&gt;
| Perform a mobile action for an uncivilized creature.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionRandomMoveAway | AnimActionRandomMoveAway ]]&lt;br /&gt;
| Randomly move away from an object the specified distance.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionRest | AnimActionRest ]]&lt;br /&gt;
| If injured find the best place to rest, based on the mobility setting, and go rest there.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionShakeHead | AnimActionShakeHead ]]&lt;br /&gt;
| Play animation of shaking head &amp;quot;no&amp;quot; to left and right.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionSitInChair | AnimActionSitInChair ]]&lt;br /&gt;
| Sit in a random nearby chair if available.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionStartInteracting | AnimActionStartInteracting ]]&lt;br /&gt;
| Start interacting with a placeable object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionStartTalking | AnimActionStartTalking ]]&lt;br /&gt;
| Start talking with a friend.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionStopInteracting | AnimActionStopInteracting ]]&lt;br /&gt;
| Stop interacting with a placeable object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionStopTalking | AnimActionStopTalking ]]&lt;br /&gt;
| Stop talking to the given friend.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimActionTurnAround | AnimActionTurnAround ]]&lt;br /&gt;
| Turn around to face a random direction.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;NOTE: The contents of this function have been commented out. So it will do nothing when called.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AnimInitialization | AnimInitialization ]]&lt;br /&gt;
| General initialization for animations.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[PlayMobileAmbientAnimations_Avian | PlayMobileAmbientAnimations_Avian ]]&lt;br /&gt;
| Avian creatures will fly around randomly.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[PlayMobileAmbientAnimations_NonAvian | PlayMobileAmbientAnimations_NonAvian ]]&lt;br /&gt;
| This function should be used for mobile NPCs and monsters other than avian ones.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
[[Category:Function_Categories]]&lt;/div&gt;</summary>
		<author><name>Xordac</name></author>
	</entry>
</feed>