Code: Select all
ACTOR Juggernautlizard 2187
{
Radius 24
Height 8
Mass 500
Health 500
Speed 6
PainChance 0
seesound "juggernaut/sight"
+DONTGIB
States
{
Spawn:
JUGG AAAAAAAAAAAA 10 A_Look
JUGG A 0 A_PlaySound("juggernaut/idle",CHAN_VOICE)
loop
}
}
Edit: After seeing the question again, I'm seeing that this a really noobish question! I'm using custom sprites, And i didn't put other states! That's why he dissapear! (I think, I will try again)