Advertisement
existence_dev92

Untitled

Oct 12th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. Id: 12221
  3. AegisName: "Megaphone_2"
  4. Name: "Megaphone"
  5. Type: "IT_USABLE"
  6. Buy: 2
  7. Weight: 10
  8. Trade: {
  9. nodrop: true
  10. notrade: true
  11. noselltonpc: true
  12. nocart: true
  13. nogstorage: true
  14. nomail: true
  15. noauction: true
  16. }
  17. Script: <"
  18. input @megaphone$;
  19. announce strcharinfo(PC_NAME) + ": " + @megaphone$, bc_all, 0x0000FF, FW_BOLD, 15;
  20. end;
  21. ">
  22. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement