Module API FAQ |
Epicshawty « Citoyen » 1380224460000
| 0 | ||
Jsilv a dit : Activite Suspecte yes (before the platform) |
0 | ||
I don't think that matters, you can't use lua? |
Epicshawty « Citoyen » 1380224460000
| 0 | ||
No I can't. It might be actually true the bans count. |
0 | ||
Baasbase a dit : Well, Baasbase said this so I'm not too sure.. Epicshawty a dit : I thought that moderator bans count because Sydoline a dit : but I didn't think that activite suspect did. |
Epicshawty « Citoyen » 1380224760000
| 0 | ||
Jsilv a dit : that suks |
0 | ||
Perhaps you could try contacting an admin, not too sure which bans do count and which don't :p |
Epicshawty « Citoyen » 1380224880000
| 0 | ||
Jsilv a dit : Figured out why it wasn't working. [15:44] [Jaackster] chatMessage isnt allowed in tribe lua for some reason So I have to use other things (i was using chatMessage) |
Eliaseeg « Citoyen » 1380246240000
| 0 | ||
as the ultimate achievement mouse get cheese instantly? |
Epicshawty « Citoyen » 1380246600000
| 0 | ||
wait, how do i deactivate lua in the tribe house? I tried doing system.exit() but still nothing |
Shamousey « Consul » 1380247140000
| 0 | ||
Eliaseeg a dit : function eventNewGame() for name,player in pairs(tfm.get.room.playerList) do tfm.exec.giveCheese(name) end end Epicshawty a dit : You can use /module stop or run a blank script. There seems to be some issues with this right now, though. |
Eliaseeg « Citoyen » 1380248400000
| 0 | ||
Shamousey a dit : Thank you, but... the latest mouse get chesse q_q, not all |
Mauuug « Citoyen » 1380251220000
| 0 | ||
ui.addTextArea("0","9",name,"-500","-500","1990","1990","40","500") e.e |
Hakureimouse « Citoyen » 1380253020000
| 0 | ||
I'm trying to do some fancy things with addTextArea, but something weird happens when I use html to change the font size of the first line (title): The weird part is, that last line isn't really a separate line in my html. The last line always moves a few extra lines depending on the size of the title. Here's the string I'm using: "<p align='center'><font size='20'>Title</font></p><br>".. "<p align='justify'>hakurei reimu kirisame marisa konpaku youmu kochiya sanae yasaka kanako shiki eiki</p>" Am I doing something wrong? Is this a bug? Is this normal html behavior and I just suck at using html? I haven't tried the same thing with the addPopup function, but I've seen a nice title and message box in #hidenseek, I want to do the same thing but with TextAreas |
Mymicemy « Citoyen » 1380273900000
| 0 | ||
Why this print("<font color='#ffffff' size='30' >text</font>") Works only for me? Other mice can't see my letters |
Johnlantern « Citoyen » 1380275700000
| 0 | ||
Mymicemy a dit : Print is a debugging statement, not a public chat. You're only seeing it because it's only meant for you. (unless I'm missing something about lua in tribe houses, i've been gone for the whole day) |
Varuscristal « Citoyen » 1380277620000
| 0 | ||
tfm.exec.explosion(Int xPosition, Int yPosition, Int power, Int distance, Boolean miceOnly) can make someone an example of this code? |
Baasbase « Citoyen » 1380280560000
| 0 | ||
Varuscristal a dit : tfm.exec.explosion(400, 200, 127, 800, false) |
Byenamo « Citoyen » 1380281700000
| 0 | ||
has as give the power of if teleport only to a person? |
0 | ||
Is it possible to auto/multi-spawn something? |
Baasbase « Citoyen » 1380282480000
| 0 | ||
Magicalorb a dit : Talking about players or objects? Baasbase a dit : This would spawn a little box at 200,0 every 0.5 seconds, so yes it is possible |