You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
355 B
14 lines
355 B
if (other.state == 15 && other.vjump == 0 && (global.screwattack == 1 || other.chargebeam >= 1))
|
|
{
|
|
if (other.chargebeam >= 1)
|
|
{
|
|
other.chargebeam = 0
|
|
other.nofire = 20
|
|
}
|
|
event_user(0)
|
|
}
|
|
else if (state == 100)
|
|
event_user(0)
|
|
else if (oCharacter.state != oCharacter.SUPERJUMP)
|
|
damage_player(damage, hpush, vpush, 0, 0)
|