Advertisement
RaZgRiZ

minigun madness tweaks

Dec 5th, 2016
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1. _madnessmaps = [
  2.     turbine  force
  3.     industry kffa
  4.     duel8    ot
  5.     complex  douze
  6.     academy  fury
  7. ]
  8.  
  9. _madnessbots = [
  10.      7 10
  11.     10 10
  12.     12  8
  13.      8  9
  14.      8 14
  15. ]
  16.  
  17. newgui madness-maps [
  18.     looplist n $_madnessmaps [ guibutton $n [ loadmadness @n ] ]
  19. ]
  20.  
  21. loadmadness = [
  22.     if $numargs [
  23.         _lastmadness = $arg1
  24.         _selmadness  = (at $_madnessmaps $_lastmadness)
  25.         _selmadbots  = (at $_madnessbots $_lastmadness)
  26.     ]
  27.     if (!=s (getalias $_lastmadness) "") [
  28.         pausegame 0
  29.         sleep 10 [ _mmstart ]
  30.     ]
  31. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement