A_SetTics
Examples
A weird, slow imp with a lot of health who becomes faster when hurt.
actor WeirdImp : DoomImp { Health 300 States { See: TROO A 6 A_SetTics (health / 20) TROO A 0 A_Chase TROO B 6 A_SetTics (health / 20) TROO B 0 A_Chase TROO C 6 A_SetTics (health / 20) TROO C 0 A_Chase TROO D 6 A_SetTics (health / 20) TROO D 0 A_Chase Loop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.