Advertisement
AeogSonny

Untitled

Feb 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. /**
  2. * ExileClient_gui_selectSpawnLocation_event_onSpawnButtonClick
  3. *
  4. * Exile Mod
  5. * www.exilemod.com
  6. * © 2015 Exile Mod Team
  7. *
  8. * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
  9. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
  10. *
  11. * Modifications for eXpoch Base Spawn 4 Exile
  12. * by DirtySanchez
  13. * and DonkeyPunch Community Gaming
  14. * Please read the readme for all information pertaining to this work and its use
  15. */
  16.  
  17. if(ExileClientSelectedSpawnLocationMarkerName in eXpochClientPlayerBases)then
  18. {
  19. eXpochClientPlayerLastBaseSpawn = diag_tickTime;
  20. };
  21. ExileClientSpawnLocationSelectionDone = true;
  22. closeDialog 1;
  23. true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement