Advertisement
Guest User

Silly Star Wars PowerShell Script

a guest
Feb 4th, 2022
1,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. try
  2. {
  3.     Lift-XWing -Force -ErrorAction justGiveUp
  4. }
  5. catch [Force.Practitioner.InsufficientSkill]
  6. {
  7.     $Luke.Speech("I can't. It's too big")
  8. }
  9. catch [Force.Practitioner.BrashNature]
  10. {
  11.     $Yoda.Speech("Size matters not. Look at me. Judge me by my size, do you?")
  12. }
  13. finally
  14. {
  15.     Set-LukeReadyForJedi = $FALSE
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement