ActionMoveToObject(oCabinet); ActionInteractObject(oCabinet); ActionPlayAnimation(ANIMATION_LOOPING_GET_MID,1.0,3.0); ActionInteractObject(oCabinet);
The NPC clearly walks to the placeable and does something with the placeable, but the placeable does not appear to open or close. I have also tried:
ActionMoveToObject(oCabinet); AssignCommand(oCabinet, PlayAnimation(ANIMATION_PLACEABLE_OPEN)); ActionPlayAnimation(ANIMATION_LOOPING_GET_MID,1.0,3.0); AssignCommand(oCabinet, PlayAnimation(ANIMATION_PLACEABLE_CLOSE));
Still nothing which I am quite surprised by. (Yes, the oCabinet was set to commandable, and yes it can be opened and closed by a PC). What does it take to show a placeable's open/close animation?
Modifié par henesua, 14 avril 2011 - 02:05 .





Retour en haut







