Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Begin Boss_sct
- short Once
- if ( Boss->GetHealth > 0 )
- if ( Boss->GetHEalthGetRatio < 50 )
- set Once to Random 3
- if ( Once == 1 )
- if ( Cultist_1->GetHealth > 0 )
- Cultist_1->cast Heal_spell Boss
- set Once to 4
- else
- return
- endif
- elseif ( Once == 2 )
- if ( Cultist_2->GetHealth > 0 )
- Cultist_2->cast Heal_Spell Boss
- set Once to 4
- else
- return
- endif
- elseif ( Once == 0 )
- return
- elseif ( Once == 4 )
- set Once to 0
- return
- endif
- endif
- if ( Cultist_1->GetHEalth <= 0 )
- Cultist_1->resurrect
- endif
- if ( Cultist_1->GetHEalth <= 0 )
- Cultist_1->resurrect
- endif
- endif
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement