×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Wedding!
« ‹ 3 / 6 › »
[Script] Wedding!
Sherr
« Censeur »
1403746920000
    • Sherr#0095
    • Profil
    • Derniers messages
    • Tribu
#41
  0
Nekoava a dit :
Lmao it would be hilarious if you added a "No." button along with the "I do. Now and forever."

Actually you could just directly edit the code itself
Griffincraft
« Consul »
1404159240000
    • Griffincraft#0000
    • Profil
    • Derniers messages
    • Tribu
#42
  0
OMG XDDDD IM DYING!!! I trolled two friends!!

http://i.imgur.com/WZgN3js.png


http://i.imgur.com/v8tfcLv.png


http://i.imgur.com/iTriuYZ.png

Wolfythecat
« Citoyen »
1405044960000
    • Wolfythecat#0000
    • Profil
    • Derniers messages
    • Tribu
#43
  0
I also pranked my friend with this

http://warriorcatsrpg.com/profile_pictures/139723_1405044732.png?1405044737

I had way too much fun with this script, too bad I couldn't get more screenshots XD
Phoenixglam
« Citoyen »
1406037180000
    • Phoenixglam#0000
    • Profil
    • Derniers messages
#44
  0
Curlfeather a dit :
Toyratz a dit :
How to use it!!!!!!!!!!!

Go to the link pastiben copy up the coding then type /lua paste it in the box and click sumbit.

Where?
Coal
« Citoyen »
1406043660000
    • Coal#0010
    • Profil
    • Derniers messages
    • Tribu
#45
  0
I dislike that it has to be a man and a woman but other than that nice share :)
Kosmicbts
« Citoyen »
1406058480000
    • Kosmicbts#6339
    • Profil
    • Derniers messages
#46
  0
O.o Lollytarock can make a better wedding map than him and here's the map code for lollytarocks wedding map 4338634
Kosmicbts
1406058540000
    • Kosmicbts#6339
    • Profil
    • Derniers messages
#47
[Modéré par Muffun, raison : Accidental double post]
Nandananda
« Citoyen »
1406078400000
    • Nandananda#0000
    • Profil
    • Derniers messages
    • Tribu
#48
  0
creaturenerd a dit :
is there anyway to use a map I made with this script?

cutieangele a dit :
O.o Lollytarock can make a better wedding map than him and here's the map code for lollytarocks wedding map 4338634

yes! there's a way to change the map from the code! but, the map i made is very simple because i have to sync the bride movement and the map.
Hinsonchan
« Citoyen »
1406090640000
    • Hinsonchan#0000
    • Profil
    • Derniers messages
#49
  0
Oh so good! I translate it in Chinese~
http://i1175.photobucket.com/albums/r630/Hinson_Chan/123_zps305a1347.png
Jaspanda
« Citoyen »
1407297840000
    • Jaspanda#2043
    • Profil
    • Derniers messages
    • Tribu
#50
  0
xDDD you can go to the code and change the words, I make it say hilarious things
Cheetahkitty
« Citoyen »
1407949140000
    • Cheetahkitty#0000
    • Profil
    • Derniers messages
    • Tribu
#51
  0
It won't work for when it says somethings wrong with groom
Lilytenten
« Citoyen »
1407952080000
    • Lilytenten#0000
    • Profil
    • Derniers messages
#52
  0
This would make a good wedding map: @4130672

Also, How do you do the ceremony?

Dernière modification le 1407952140000
Kittencutez
« Citoyen »
1414898220000
    • Kittencutez#0000
    • Profil
    • Derniers messages
    • Tribu
#53
  0
I had a lot of fun with this XD
Bienylen
« Citoyen »
1414901160000
    • Bienylen#0000
    • Profil
    • Derniers messages
#54
  0
um how the code i cant see it in pastebin
Mouldychesse
« Citoyen »
1414949220000
    • Mouldychesse#0000
    • Profil
    • Derniers messages
    • Tribu
#55
  0
bienylen a dit :
um how the code i cant see it in pastebin

I can see it.

Here's the code:



groom='Nandananda'
bride='Maestrodistr'


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,"Uhm. May we 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,"Ah there she is!",nil, 1350, 180,150,40, color,color,Alpha,false)
t=1000
end
end

if t==1006 then
ui.addTextArea(1,"Lets begin the ceremony.",nil, 1350, 180,150,40, color,color,Alpha,false)
end

if t==1012 then
ui.addTextArea(1,"We 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 ethernal 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..'. agreed 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..'. agreed 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 congratiulation! 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 lets partyyy!",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

Mikuhl
« Citoyen »
1415015700000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#56
  0
Hahaha, ran this in the tribe house on two AFK members. It'll be so funny when they get back.
Kittencutez
« Citoyen »
1415954340000
    • Kittencutez#0000
    • Profil
    • Derniers messages
    • Tribu
#57
  0
Heres my funny version of the script :3
(I changed the words to make it funny)
groom='Cedrickmuks'
bride='Kittencutez'


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,"Uhm. May we begin?",nil, 1350, 180,150,40, color,color,Alpha,false)
end

if t==80 then
ui.addTextArea(1,"GET YOUR FLUFFY BUTT HERE NOW!!",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,"What took you so long? Your so slow!",nil, 1350, 180,150,40, color,color,Alpha,false)
t=1000
end
end

if t==1006 then
ui.addTextArea(1,"Meh. Lets begin the ceremony.",nil, 1350, 180,150,40, color,color,Alpha,false)
end

if t==1012 then
ui.addTextArea(1,"We 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 ethernal 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..'. agreed 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,"YES! I DO! *Smooch smooch*",nil ,1300,200,100)
t=2000
groomanswer=3
end

if t==2006 then
ui.removeTextArea(3,nil)
ui.addTextArea(1,'And do you '..bride..'. agreed 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,"No. You crazy statue",nil ,1300,200,100)
t=3000
brideanswer=2
end

if t==3006 then
ui.removeTextArea(3,nil)
ui.addTextArea(1,'Too bad. Your married. And im fabulous.',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,"PARTY ROCK IS IN DA HOUSE TONIGHT!",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
Cutylilian
« Citoyen »
1416230580000
    • Cutylilian#0000
    • Profil
    • Derniers messages
    • Tribu
#58
  0
deleted post

Dernière modification le 1594010400000
Olliethekit
« Citoyen »
1419864420000
    • Olliethekit#0000
    • Profil
    • Derniers messages
#59
  0
I remember this, my friend once used this script. Anyways, my friend changed the words, so the mouse guy whatever said inappropriate things... We had to also...

Dernière modification le 1424102760000
Isaberr
« Citoyen »
1419892140000
    • Isaberr#0000
    • Profil
    • Derniers messages
    • Tribu
#60
  0
Seems like a LOT of work just for marriage
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Script] Wedding!
« ‹ 3 / 6 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27