AnimateEntity
Posted: Fri Sep 07, 2012 8:43 pm
Works ok in 4.61
In 5.0 I get the error message: AnimateEntity() is no Function, Array, Makro or LinkedList
In 5.0 I get the error message: AnimateEntity() is no Function, Array, Makro or LinkedList
Code: Select all
Global RoboEnt = CreateEntity (-1, MeshID(RoboMesh), #PB_Material_None)
If RoboEnt=0
MessageRequester("Error","RoboEnt = 0")
End
EndIf
AnimateEntity(RoboEnt, "Idle")