Advertisement
Guest User

Untitled

a guest
May 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. Ive highlighted things to be changed.
  2.  
  3. @@public void menuName()
  4.     {
  5. //grey patterned interface
  6. clearQuestInterface();
  7. @@sendQuest("@whi@White Text", 3024);//Close Text
  8. @@sendQuest("@red@Red Text", 3026);//Line 1
  9. @@sendQuest("@blu@Blue Text", 3027);//Line 2
  10. @@sendQuest("", 3028);//Line 3
  11. @@sendQuest("", 3029);//Line 4
  12. @@sendQuest("", 3030);//Line 5
  13. @@sendQuest("", 3031);//Line 6
  14. @@sendQuest("", 3032);//Line 7
  15. @@sendQuest("", 3033);//Line 8
  16. @@sendQuest("", 3034);//Line 9
  17. @@sendQuest("", 3035);//Line 10
  18. @@sendQuest("", 3036);//Line 11
  19. @@sendQuest("", 3037);//Line 12
  20. showInterface(3024);
  21. flushOutStream();
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement