Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try
- {
- Lift-XWing -Force -ErrorAction justGiveUp
- }
- catch [Force.Practitioner.InsufficientSkill]
- {
- $Luke.Speech("I can't. It's too big")
- }
- catch [Force.Practitioner.BrashNature]
- {
- $Yoda.Speech("Size matters not. Look at me. Judge me by my size, do you?")
- }
- finally
- {
- Set-LukeReadyForJedi = $FALSE
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement