Advertisement
matt_mods

JS script

Nov 22nd, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function(less_then){
  2. var cash = 20;
  3. }
  4. function(geratrer_then){
  5. var cash = 0;
  6. }
  7. IF(var cash == -10){
  8. less_then();
  9. }
  10. IF(var cash == 1000){
  11. gerater_then();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement