auto death on sandbag
|
|
striderhien | Date: Monday, 2012-05-21, 6:08 PM | Message # 1 |
Archangel
Group: contributor
Messages: 1801
Awards: 4
Reputation: 7
Reproofs: 0%
Status: Offline
| for a special thing i want in my mugen i need to know a code to make it so sandbag from gcnmario automatically dies on both rounds without being hit i already tried
[State -2, LifeAdd] type = LifeAdd trigger1 = life > 0 value = -10000
but this code only kills it in the first round for some reason... help would be gladly appreciated
ps. i am now using mugen 1.0
Message edited by striderhien - Monday, 2012-05-21, 6:08 PM |
|
| |
sgn_15 | Date: Monday, 2012-05-21, 7:35 PM | Message # 2 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| try roundstate = 2 as trigger
|
|
| |
striderhien | Date: Monday, 2012-05-21, 10:15 PM | Message # 3 |
Archangel
Group: contributor
Messages: 1801
Awards: 4
Reputation: 7
Reproofs: 0%
Status: Offline
| it's weird, i totally tought it would have worked but still it stays alive at second round...
|
|
| |
MGSSJ2 | Date: Monday, 2012-05-21, 10:22 PM | Message # 4 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| Use trigger1 = 1 and try again.
|
|
| |
striderhien | Date: Monday, 2012-05-21, 10:44 PM | Message # 5 |
Archangel
Group: contributor
Messages: 1801
Awards: 4
Reputation: 7
Reproofs: 0%
Status: Offline
| FOUND IT, there's a code inside the cmd file that needed to be modded to allow me to kill him twice EDIT: i totally forgot about the trigger = 1 thingy thanks
Message edited by striderhien - Monday, 2012-05-21, 10:45 PM |
|
| |
MGSSJ2 | Date: Monday, 2012-05-21, 11:13 PM | Message # 6 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| No problem
|
|
| |