Brahma Bull
Posts : 119 Join date : 2013-10-04 Location : Philippines
| Subject: How to code invicible March 8th 2014, 9:56 am | |
| Hey guys, how do i code invicibility (Read: Can't be hurt, but you can still see him, in other words, Invulnerable). | |
|
Erroratu
Posts : 902 Join date : 2013-07-14 Age : 27 Location : Bosnia and Hercegovina
| Subject: Re: How to code invicible March 8th 2014, 10:29 am | |
| use the NotHitBy= flag thing. | |
|
XXDreamBrotherXX
Posts : 838 Join date : 2012-06-15 Location : Australia
| Subject: Re: How to code invicible March 11th 2014, 12:33 am | |
| As Erroratu said, Use the NotHitBy state controller, here's an example: - Code:
-
[State 0, NotHitBy] type = NotHitBy trigger1 = value = SCA,NA,SA,HA,NP,SP,HP,NT,ST,HT time = 1
;(Examples for Values) ; Not hit by anything value = SCA ; Not hit by normal attacks, and all projectiles value = NA, AP Makes sure to input a trigger as you see fit trigger1 = 1 The NOTHITBY will be active for that state | |
|
Brahma Bull
Posts : 119 Join date : 2013-10-04 Location : Philippines
| Subject: Re: How to code invicible March 11th 2014, 4:39 am | |
| | |
|
Sponsored content
| Subject: Re: How to code invicible | |
| |
|