Frictional Games Forum (read-only)

Full Version: Force an enemy to play an animation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now, is this possible? I've tried myself and doesn't seem to work.
Here is example i did :
PHP Code:
PlayPropAnimation("NAMEOFYOURENEMY""StreetsScene7"0.0ffalse""); 
-
StreetsScene7 = the name of your anaimation you want to play.
It MAY be that you should do this : StreetsScene7.anm
I am not sure anymore about that. try it WITHOUT .anm first.