If boss去死=true Then vacation=True Else If Kill_Boss() Then vacation=True Else If Kill_Self() Then print "Who cares the vacation!!" End If End If End If
set IDie=False Fuction Kill_Self() IDie = true Return IDie End Fuction
set TheBossDie=False Fuction Kill_Boss() TheBossDie = true Return TheBossDie End FUNction