Script Requests |
Xanmeow « Citoyen » 1381179600000
| 0 | ||
code for ffa so I can make something |
Shamousey « Consul » 1381179600000
| 0 | ||
|
Beachking « Citoyen » 1381179720000
| 1 | ||
How do you stop shaman summoning. I'm lazy to do it. Go Liam! |
Hophipmice « Citoyen » 1381180020000
| 0 | ||
2 teams, 1 vampire and other mouse only. |
Shamousey « Consul » 1381180140000
| 1 | ||
Beachking a dit : You could kill them when they successfully spawn an item, or start a new round, or use Baffler's room shaman's way of "three spirits and you're out". However if you want to just despawn items, you can do that in eventSummoningEnd() function eventSummoningEnd(name,objectType,x,y,angle,xSpeed,ySpeed,other) if objectType~=0 then tfm.exec.removeObject(other.id) end end Hophipmice a dit : Equal teams? A vampire on either team or one on each? |
Hophipmice « Citoyen » 1381180260000
| 0 | ||
Shamousey a dit : Equal teams, so 1 team is all vamps, other all mice. |
Xdmanuxd « Citoyen » 1381186140000
| 0 | ||
Delected~ Sorry V |
Shamousey « Consul » 1381186260000
| 1 | ||
Xdmanuxd a dit : This isn't the thread to ask for that, you should try contacting a Lua Team member ingame privately. |
Bengalstar « Citoyen » 1381187040000
| 0 | ||
Is there a code for my fur to change to the fox fur? or is that impossible e.e |
Shamousey « Consul » 1381187040000
| 0 | ||
An image could be displayed over it with tfm.exec.addImage(), but the animations wouldn't be there and it'd be a big pain. Tigrounette said we'll never get the ability to change a player's outfit in a room directly, though. |
Bengalstar « Citoyen » 1381187160000
| 0 | ||
Shamousey a dit : Oh ok I was thinking that since you listed the fur codes in the function library it could be possible to change the fur of one's mouse |
Shamousey « Consul » 1381187400000
| 0 | ||
Bengalstar a dit : The reason I listed the fur IDs in that thread is because you can get the player's outfit (which uses those IDs) from the playerList, not because you can set them. :( |
Bengalstar « Citoyen » 1381187580000
| 0 | ||
Shamousey a dit : oh :( well that kinda sucks also how do you add gifs/images? I always wanted to add this really funny gif as a background and such and I also think it'd be cute for an image to follow my mouse too |
Shamousey « Consul » 1381188600000
| 0 | ||
Bengalstar a dit : (Maybe this'd be better off in the FAQ thread instead of here.) Lua Team members can use addImage to do that, but animated gifs don't work. |
Bengalstar « Citoyen » 1381188960000
| 0 | ||
Shamousey a dit : oh oops since the title said script requests I thought this was for requesting scripts lmao and ty for the info sham ^^ |
Funkieee « Citoyen » 1381193040000
| 0 | ||
Is possible to make a random hole in the map, not visible, but when yo press it with the space bar you enter to the hole? |
Shamousey « Consul » 1381194240000
| 0 | ||
Funkieee a dit : You could always check a player's co-ordinates as they tap the space bar, see if they're near the pseudo-hole, and excecute playerVictory() on them. |
Unicorm « Citoyen » 1381227120000
| 0 | ||
Is there a possible script where when every time someone plays a Youtube video, all the mice in the tribehouse are teleported to the screen or anywhere along a specific y-axis like with that DT thing for the XML? v Oh, okay thanks. |
Makinit « Citoyen » 1381229160000
| 0 | ||
Unicorm a dit : There is no way to detect a video being played. |
Grejfrutek « Citoyen » 1381244760000
| 0 | ||
Can I have a list of more events and execs than on here? ; ; edit: also would like a script like if a mouse is nearby something happens, just a snippet, T.Hanks |