error

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

godboss

New Member
Aug 2, 2005
12
0
0
hey guys i get thes error's

AkimEightball dm-morpheusdemo.AkimEightball7 (Function GODHealth.AkimEightball.F
ireRockets.BeginState:0B3E) Accessed None

AkimEightball dm-morpheusdemo.AkimEightball7 (Function GODHealth.AkimEightball.P
layIdleAnim:0044) TweenAnim: Sequence 'Idle2' not found in Mesh 'Eightm'

here is the code please help its spaming my log file with these erors i would like to fix becouse it makes big log files :)

http://69.176.39.182:500/AkimEightball.uc
 

brunomartelli

New Member
Hi

it means that the animation 'Idle2' is missing from the mesh.

Look in the Animaition browser and either add another anim and call it 'Idle2' or open the UC file and change the text where it says 'Idle2' to 'Idle'. Then it will call the 'Idle' anim insead of the missing one.