Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function centerText(text)
- local x,y = term.getSize()
- local x2,y2 = term.getCursorPos()
- term.setCursorPos(math.ceil((x / 2) - (text:len() / 2)), y2)
- write(text)
- end
- local oldEvent = os.pullEvent
- os.pullEvent = os.pullEventRaw
- centerText("Donation Board")
- print ("=================================================================")
- print ("")
- centerText("$1 Donation")
- print ("")
- centerText("4 Industrial Credits")
- print ("----------------------------------------------------------------")
- print ("")
- centerText("$5 Donation")
- print ("")
- centerText("20 Industrial Credits")
- print ("----------------------------------------------------------------")
- print ("")
- centerText("$10 Donation")
- print ("")
- centerText("40 Industrial Credits")
- print ("----------------------------------------------------------------")
- print ("")
- centerText("$15 Donation")
- print ("")
- centerText("60 Industrial Credits")
- print ("----------------------------------------------------------------")
- print ("")
- centerText("$20 Donation")
- print ("")
- centerText("80 Industrial Credits")
- print ("----------------------------------------------------------------")
- print ("")
- print ("All of which can be used in both Normal Member And Donator Shops")
- print ("")
- centerText("Want a Custom amount of Industrial Credits??")
- print ("")
- centerText("Send Dean a Message")
- print ("")
- centerText(" All Donators get Multiple homes, A Nickname and Donator Warps")
- print ("")
- centerText("All Donators above $10 also get Armour/Weapon Repair")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement