Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private void ship (object sender, PirateArgs e){
  2. if (landLubber == enemy){
  3. launch.Cannon.ball.into.chest = True;
  4. Execute.Death.Sequence = True;
  5. Pee.On.Fallen.Enemy = True;
  6. }
  7. else{
  8. if (landLubber != enemy)
  9. GetCommand(WalkOffPlank);
  10. Shark.Visible = True;
  11. Shark.AgressiveValue >= 9000;
  12. GenerateRandom(HelplessScreams);
  13. }
  14. }
Add Comment
Please, Sign In to add comment