Помогите мне вот код из моей игры, уже мозги не работают:
Function create_hero(x#,y#,z#)
MakeSkyBox()
hero=LoadAnimMesh("models/hero_stop.b3d")
ScaleEntity hero,0.02,0.02,0.02
RotateEntity hero,0,180,0
cam=CreateCamera(hero)
heror=LoadAnimSeq(hero,"models/hero_run.B3D")
PositionEntity cam,0,3,-6
PositionEntity hero,x#,y#,z#
EntityType hero,herot
End Function