| [Script] Pet Mouse |
| « Citoyen » 1384571100000
| 0 | ||
| I love this c; I use it really often, and I figured out how to print text with different colours everytime a mouse moves \o/ It resulted me in getting kicked out of my tribe for spam, but urm it's better than nothing :D |
| « Citoyen » 1384785000000
| 0 | ||
| yeah!!!!! |
| « Citoyen » 1384873560000
| 0 | ||
| Try this a dit : It looks like a pet tho ![]() |
| « Citoyen » 1385089140000
| 0 | ||
| |
| « Citoyen » 1385664600000
| 0 | ||
Kelasy a dit : Arabian pet Perfect game thank you mousechris |
| « Citoyen » 1385666160000
| 0 | ||
Abdyllah a dit : Mousechris didn't make this. |
| « Citoyen » 1385677920000
| 0 | ||
| players={} i=0 mouseLeft=[[ <ROSE><O>_<O> ]] mouseRight=[[ <ROSE><O>_<O> ]] function eventNewGame() tfm.exec.setUIShamanName("<CH>Script By: <BV>Issey") tfm.exec.setUIMapName("<VP>Pet Mouse") end function eventNewPlayer(name) players[name]={ x=tfm.get.room.playerList[name].x, y=tfm.get.room.playerList[name].y, id=i } print(players[name].x) if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight else mouse=mouseLeft end ui.addTextArea(players[name].id,mouse,nil,players[name].x,players[name].y,0,0,0xffffff,0xffffff,0.0) i=i+1 end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventLoop(tc,tr) for name,player in pairs(tfm.get.room.playerList) do if not tfm.get.room.playerList[name].isDead then local x= tfm.get.room.playerList[name].x local y= tfm.get.room.playerList[name].y if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight x=x+20 else mouse=mouseLeft x=x-20 end y=y-10 if(x~=players[name].x) or (y~=players[name].y) then ui.addTextArea(players[name].id,mouse,nil,x,y,0,0,0xffffff,0xffffff,0.0) end end end end |
| « Citoyen » 1387323720000
| 0 | ||
| after you do everything what do you do? |
| 0 | ||
| ya what do we do how do we make it what do we do go on map edtior |
| 0 | ||
Ygtyk a dit : Goto tribehouse. Type '/lua' in chat and press enter Paste this code and press submit |
| 1388283600000
| | ||
| [Modéré par Icewolfbob, raison : Spam] |
| 1388284920000
| | ||
| [Modéré par Icewolfbob, raison : Spam] |
| 1388287080000
| | ||
| [Modéré par Icewolfbob, raison : Spam] |
| « Citoyen » 1388330700000
| 0 | ||
| players={} i=0 mouseLeft=[[ <ROSE><font size='100' face='Verdana'>*^ο^* ]] mouseRight=[[ <ROSE><font size='100' face='Verdana'>*^ο^* ]] function eventNewPlayer(name) players[name]={ x=tfm.get.room.playerList[name].x, y=tfm.get.room.playerList[name].y, id=i } print(players[name].x) if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight else mouse=mouseLeft end ui.addTextArea(players[name].id,mouse,nil,players[name].x,players[name].y,0,0,0xffffff,0xffffff,0.0) i=i+1 end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventLoop(tc,tr) for name,player in pairs(tfm.get.room.playerList) do if not tfm.get.room.playerList[name].isDead then local x= tfm.get.room.playerList[name].x local y= tfm.get.room.playerList[name].y if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight x=x-40 else mouse=mouseLeft x=x-45 end y=y-70 if(x~=players[name].x) or (y~=players[name].y) then ui.addTextArea(players[name].id,mouse,nil,x,y,0,0,0xffffff,0xffffff,0.0) end end end end |
| « Citoyen » 1388332920000
| 0 | ||
| where paste that shit? |
| « Censeur » 1388332920000
| 0 | ||
Mariusrasas a dit : After going in your tribe house, type /lua, paste it there, and press submit. |
| « Citoyen » 1391624400000
| 0 | ||
| I DONT UNDERSTAND |
| « Citoyen » 1398007680000
| 0 | ||
| players={} i=0 mouseLeft=[[ <ROSE><font size='100' face='Verdana'>♥ ]] mouseRight=[[ <ROSE><font size='100' face='Verdana'>♥ ]] function eventNewPlayer(name) players[name]={ x=tfm.get.room.playerList[name].x, y=tfm.get.room.playerList[name].y, id=i } print(players[name].x) if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight else mouse=mouseLeft end ui.addTextArea(players[name].id,mouse,nil,players[name].x,players[name].y,0,0,0xffffff,0xffffff,0.0) i=i+1 end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventLoop(tc,tr) for name,player in pairs(tfm.get.room.playerList) do if not tfm.get.room.playerList[name].isDead then local x= tfm.get.room.playerList[name].x local y= tfm.get.room.playerList[name].y if(tfm.get.room.playerList[name].isFacingRight) then mouse=mouseRight x=x-40 else mouse=mouseLeft x=x-45 end y=y-70 if(x~=players[name].x) or (y~=players[name].y) then ui.addTextArea(players[name].id,mouse,nil,x,y,0,0,0xffffff,0xffffff,0.0) end end end end |
| « Citoyen » 1399715040000
| 0 | ||
| All are pink .___. |
| « Citoyen » 1449201480000
| 0 | ||
| I wish those pictures were pictures of pokemon |