| Lua Snippets |
| 0 | ||
Safwanrockz a dit : Thanks |
| 1395681120000
| | ||
| [Modéré par Muffun, raison : spam] |
| « Citoyen » 1395929340000
| 0 | ||
| Good thread *-* |
| « Citoyen » 1396517460000
| 0 | ||
| Colour conversion functions: a dit : |
| « Citoyen » 1397839860000
| 0 | ||
| Spawn instant objects : a dit : foooooo |
| « Citoyen » 1397861340000
| 0 | ||
| A script to make gravity 0 |
| « Citoyen » 1397915520000
| 0 | ||
| |
| « Citoyen » 1397937360000
| 0 | ||
| It is impossible to make gravity 0 but it is possible to make your mouse hover |
| 1400516220000
| | ||
| [Modéré par Icewolfbob, raison : If your script is making errors, you can post here for help: http://www.transformice.com/forum/?s=458983&p=0 ^^] |
| « Citoyen » 1400534760000
| 0 | ||
| Because you probably didn't answer the first arguement |
| « Censeur » 1400608380000
| 0 | ||
Epicsouris a dit : It's not impossible. a dit : Type !load to reload any map with 0 gravity. |
| « Citoyen » 1401731820000
| 0 | ||
Tweetis a dit : doesnt work |
| 0 | ||
| I was bored so I made a little teleport script. Just click a random mouse and you will switch places with the mouse. http://pastebin.com/LvJzXX96 |
| « Citoyen » 1401738960000
| 0 | ||
Jordynl a dit : It's sick... I killed Jordynl with it 1000 times. |
| « Citoyen » 1401829500000
| 0 | ||
| A few questions, How would you go about making it so that if a button is held down it runs a script in a loop until you let go? I've used other methods for this but my methods do not work for TFM scripts. Is it possible to make a shaman, not a shaman anymore and just an ordinary mouse without resetting the map? and is there any way to keep a script loaded in a tribe house without anyone/any bot being in the tribe room keeping it loaded? |
| « Consul » 1401830220000
| 0 | ||
Grinjr a dit : holding=false tfm.exec.bindKeyboard("Shamousey",32,true,true) tfm.exec.bindKeyboard("Shamousey",32,false,true) function eventKeyboard(name,key,down,x,y) if key==32 then if down then holding=true else holding=false end end end function eventLoop(time,remaining) if holding then print("Hello.") end end Grinjr a dit : No, neither of those things are possible unfortunately. |
| « Citoyen » 1401831540000
| 0 | ||
Shamousey a dit : Thank you! And dang, could be a good addition, although! |
| 0 | ||
| Draw a circle using particles: a dit : |
| « Citoyen » 1401945060000
| 0 | ||
| how to make it into something like img rats or dogs? |
| « Citoyen » 1401950580000
| 0 | ||
Lutfihady a dit : You'll need addImage which is not available in tribe houses. |