| |
| 1 | ||
Noonicknames a dit : Sorry, I'm not really sure what you mean so I made this script to demonstrate how you'd detect if someone is within 5 pixels of a person. You can change the if statement to achieve what-ever you want. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 local police = "Noonicknames" |
| « Consul » 1497091380000
| 0 | ||
| @Onkei Why we can not do directly this: x - data.x < RANGE and y - data.y < RANGE |
| 0 | ||
Honorabilis a dit : I don't think there's anything wrong with doing that, it's just that if you want to compare the distance between certain values, the math.abs will be required since the value may become negative (how2explain?). Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 local xDist, yDist = math.abs(x - data.x), math.abs(y - data.y) |
| « Consul » 1497096120000
| 0 | ||
Onkei a dit : Cool^^ |
| 0 | ||
| Can you make a module? (name: building practice:) and in the rounds are 3 shams each time battling for the best building, the mice inside the block will vote and when the winner is picked you get to get the cheese and go in the hole Thanks |
| « Consul » 1497103620000
| 0 | ||
Katsumiaaj a dit : Here is not module suggestions thred! |
| « Citoyen » 1497953640000
| 0 | ||
| Pls give me help menu |
| « Consul » 1497961320000
| 0 | ||
Fulgermacuin a dit : There is too many way to do a help menu. |
| « Citoyen » 1498301940000
| 0 | ||
| hi, I need micebook script but old link is removed |
| 0 | ||
| function spawnArrow() tfm.exec.addShamanObject(1, math.random()*800, -80) end except I only want them falling on a specific portion of the map on the right side |
| 0 | ||
Bradmouser a dit : Code Lua 1 2 3 function spawnArrow() |
| « Citoyen » 1499735640000
| 0 | ||
| Hello Shamousey, I have an issue with the event ones, I copy pasted them into my /lua thing in Tribe house, and submitted them, for me it just comes up the village.. |
| « Citoyen » 1499876280000
| 1 | ||
| These are for scripts right because I was thinking on someone helping me make a rap battle room, if anyone would like to do this please message me |
| « Consul » 1500320760000
| 0 | ||
Onkei a dit : This is more useful. ('cus you will die too in yours :P) Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 local ebe = "Honorabilis" Dernière modification le 1500321180000 |
| 1 | ||
Honorabilis a dit : Aha! That's true, didn't take the player pressing the key into consideration lol |
| « Citoyen » 1500756060000
| 0 | ||
| When I Confetti Chat Says '' Hergel1 Threw A Pokeball! '' |
| 0 | ||
Hergel1 a dit : You can't send chat messages with Lua in the tribe house (without official module powers), so this script just puts in a textArea to where the player is standing. Code Lua 1 2 3 4 5 6 7 8 9 10 11 12 13 function eventEmotePlayed(n, num) |
| « Citoyen » 1500866580000
| 0 | ||
| Hey, I use to have access to a lua that I used but I lost it and would like to find a new one (or the same one) Okay so, I sometimes have trouble with finding out who is playing a video in the tribe house and i used to use a lua that would tell me who clicks on the map (although it is not 100% saying who is changing the video, it helps find patterns in video changes and people's clicking habbits) and I would like a lua that says who is clicking on the map. I know there is a chat command to play videos, but quite a few people just click that down arrow on the tv. Any help is appreciated. |
| « Citoyen » 1500867060000
| 0 | ||
Lalaweki a dit : Is this one that you want? Dernière modification le 1500867960000 |
| « Citoyen » 1500894600000
| 0 | ||
| How to make economy? Or something like that |