Script Requests |
Fuzzfire « Citoyen » 1383409260000
| 0 | ||
I think it is ^ Can anyone make a drawing script for the tribe house? |
0 | ||
Bushmeister a dit : a dit : mm Fuzzfire a dit : try /module utility it has a drawing feature |
Fuzzfire « Citoyen » 1383413220000
| 0 | ||
Issey a dit : I know, I just want to use it in the tribe house |
Imaewsome « Citoyen » 1383422460000
| 0 | ||
Fuzzfire a dit : you can have utility on and then put on drawing in the tribe house |
Safwanrockz « Censeur » 1383427440000
| 0 | ||
Fuzzfire a dit : If you typed /module utility in the tribe house you will be able to draw, you can't make a drawing script since it requires tfm.exec.addImage() (I guess) which is not available for normal users. |
Abdeltif « Citoyen » 1383428460000
| 0 | ||
a dit : Doesn't work correctly I thought that the iD of spawned object will be added to c={} so i can dispawn them after :( |
Safwanrockz « Censeur » 1383428940000
| 0 | ||
Abdeltif a dit : No, that table.insert you did inserts the value of c to the tfm.get.room.objectList table. Because table.insert(table,value). Also I'm not sure about the despawning items function though. |
Abdeltif « Citoyen » 1383430260000
| 0 | ||
and to fix that what should i change ? |
Safwanrockz « Censeur » 1383430620000
| 0 | ||
Abdeltif a dit : I'm not sure what are you trying to despawn though, maybe give me the full code? |
Abdeltif « Citoyen » 1383430740000
| 0 | ||
a dit : the table = fixed xmd = fixed but !dispawn : [•] Argument error. that refers to the table inserted i gess . |
Hophipmice « Citoyen » 1383430860000
| 0 | ||
Abdeltif a dit : code a dit : This should work. |
Abdeltif « Citoyen » 1383431040000
| 0 | ||
Hophipmice a dit : Nope , that if you forget for mort cmd need an end . |
Hophipmice « Citoyen » 1383431040000
| 0 | ||
Nvm.... |
Safwanrockz « Censeur » 1383431280000
| 0 | ||
Abdeltif a dit : Though are you trying to despawn an item the shaman spawned? Or an item that you spawn by lua? |
Shamousey « Consul » 1383433200000
| 0 | ||
Abdeltif a dit : You're trying to remove a table, not an object ID. If you want to remove every object on the map, just do something like this. for id,object in pairs(tfm.get.room.objectList) do tfm.exec.removeObject(id) end |
Livcorish « Citoyen » 1383433320000
| 0 | ||
When someone blows a kiss (emote) have the message pop up: Somebody is in love ^-^ Then have it disapear 5 seconds later. In the tribe house btw. |
Safwanrockz « Censeur » 1383433800000
| 0 | ||
Shamousey a dit : Isn't that supposed to call tfm.get.room.objectList? :x |
Shamousey « Consul » 1383436140000
| 0 | ||
Safwanrockz a dit : Oopsy, yes it was meant to be objectList! |
Aanguson « Citoyen » 1383477360000
| 0 | ||
Could someone make a script to make even when you press the down arrow pull to mouse down? Something like the opposite of the script to fly. I would be very grateful. a dit : |
Hophipmice « Citoyen » 1383477600000
| 0 | ||
Aanguson a dit : So, you want a script that would make people drop who press the down key? If yes, then: a dit : |