Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while {alive player} do {
  2.  
  3. waitUntil {uiSleep 1; "название магазина" in Magazines Player};
  4.  
  5. player addAction [
  6. "<t color='#8AD2FF'>выполнить экшн</t>",
  7. {
  8. //всякая хуйня
  9. },
  10. "",
  11. 6,
  12. true,
  13. true,
  14. "",
  15. ""
  16. ];
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement