Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- groom='Mineturtle12'
- bride='Bepperluver'
- f=400
- e=350
- a=0
- t=0
- p=0
- finale=0
- groomanswer=0
- brideanswer=0
- positiongroomlock=1
- positionbridelock=0
- bridewalking=0
- stop=5
- tfm.exec.disableAutoShaman(true)
- tfm.exec.disableAutoTimeLeft(true)
- tfm.exec.disableAfkDeath(true)
- tfm.exec.disableAutoNewGame(true)
- tfm.exec.newGame('@5014080')
- function eventNewGame()
- tfm.exec.movePlayer(groom,1350, 290,offset,0,0,offset)
- tfm.exec.killPlayer(bride)
- end
- function eventNewPlayer(a)
- tfm.exec.respawnPlayer(a)
- end
- function eventLoop(currentTime,timeRemaining)
- t=t+1
- if positiongroomlock==1 then
- tfm.exec.movePlayer(groom,1350, 290,offset,0,0,offset)
- end
- if positionbridelock==1 then
- tfm.exec.movePlayer(bride,1350, 290,offset,0,0,offset)
- end
- if t==60 then
- ui.addTextArea(1,"I believe everyone is here. We will now begin.",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==80 then
- ui.addTextArea(1,"Please welcome the bride!",nil, 1350, 180,150,40, color,color,Alpha,false)
- tfm.exec.respawnPlayer(bride)
- tfm.exec.movePlayer(bride,400, 350,offset,0,0,offset)
- bridewalking=1
- stop=0
- end
- if stop==0 then
- if bridewalking==1 then
- tfm.exec.movePlayer(bride,f, 350,offset,0,0,offset)
- f=f+10
- end
- if f > 1145 then
- e=e-3.5
- tfm.exec.movePlayer(bride,f, e,offset,0,0,offset)
- end
- if f==1350 then
- stop=1
- bridewalking=0
- positionbridelock=1
- ui.addTextArea(1,"She is here!",nil, 1350, 180,150,40, color,color,Alpha,false)
- t=1000
- end
- end
- if t==1006 then
- ui.addTextArea(1,"Let us begin the ceremony.",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==1012 then
- ui.addTextArea(1,"We are gathered to witness and celebrate",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==1018 then
- ui.addTextArea(1,"the union of 2 souls in eternal companionship.",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==1024 then
- ui.addTextArea(1,"May they journey forth in prosperity and poverty",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==1030 then
- ui.addTextArea(1,"and in joy and hardship.",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- if t==1036 then
- ui.addTextArea(1,'Do you, '..groom..'. agree to be bound together in love now and forever?',nil, 1350, 160,150,70, color,color,Alpha,false)
- groomanswer=1
- end
- if groomanswer==1 then
- ui.addTextArea(2,'<a href="event:groomanswer"><p align="center">I do. Now and forever.</p></a>',groom ,830,350,100,40,0x3c5064,0x3c5064,alpha)
- end
- if groomanswer==2 then
- ui.addTextArea(3,"I do. Now and forever.",nil ,1300,200,100)
- t=2000
- groomanswer=3
- end
- if t==2006 then
- ui.removeTextArea(3,nil)
- ui.addTextArea(1,'And do you, '..bride..'. agree to be bound together in love now and forever?',nil, 1350, 160,150,70, color,color,Alpha,false)
- ui.addTextArea(2,'<a href="event:brideanswer"><p align="center">I do. Now and forever.</p></a>',bride ,830,350,100,40,0x3c5064,0x3c5064,alpha)
- end
- if brideanswer==1 then
- ui.addTextArea(3,"I do. Now and forever",nil ,1300,200,100)
- t=3000
- brideanswer=2
- end
- if t==3006 then
- ui.removeTextArea(3,nil)
- ui.addTextArea(1,'Then congratiulations! I declare this couple to be wed. Now you may kiss your spouse.',nil, 1350, 180,150,50, color,color,Alpha,false)
- end
- if t==3012 then
- ui.removeTextArea(3,nil)
- tfm.exec.movePlayer(groom,1380, 290,offset,0,0,offset)
- tfm.exec.movePlayer(bride,1320, 290,offset,0,0,offset)
- finale=1
- positiongroomlock=0
- positionbridelock=0
- end
- if t==3020 then
- ui.addTextArea(1,"Now let us party in celebration of this new couple!",nil, 1350, 180,150,40, color,color,Alpha,false)
- end
- end
- function eventTextAreaCallback(id, player, callback)
- if callback=='groomanswer' then
- ui.removeTextArea(2,groom)
- ui.removeTextArea(1,nil)
- groomanswer=2
- end
- if callback=='brideanswer' then
- ui.removeTextArea(2,bride)
- ui.removeTextArea(1,nil)
- brideanswer=1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement