Advertisement
DiamondCoder

Tycoon Creator Instructions

Sep 24th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // 1. Copy and paste this into "packages":
  2.  
  3. var %item%Bought = false;
  4. var %item% = function() {
  5.     -DRAW ITEM HERE-
  6. };
  7. if (%item%Bought === true) {
  8.     %item%();
  9. }
  10.  
  11. // 2. Press ctrl + H. Put for search for %item% and replace with the name of the dropper.
  12. //ETC: Normal Dropper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement