Skip to content
#2110
Auto-translated
Could you provide information about a script for monster attacks that would play the animation infinitely? I tried the script below, but it didn't work.
function play_anims()
	PlayObjectAnimation("15", "attack", IDLE)
	sleep(3)
end