Advertisement
Guest User

kingcheese.ash

a guest
Jul 14th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. script "kingcheese.ash";
  2. import <cc_util.ash>
  3.  
  4. void handleKingLiberation()
  5. {
  6.     print("Yay! The King is saved. I suppose you should do stuff.");
  7. }
  8.  
  9.  
  10.  
  11.  
  12. void main(){
  13.     handleKingLiberation();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement