Search the Community
Showing results for tags 'command'.
-
hello! i am trying to make a script for vehicle which triggers an action by local chat command (on channel 0). but if its two or more same vehicles standing nearby - it will trigger them all? also if someone else says that command, they all will listen and be triggered? how to avoid it and make it listen to only owner's chat command and only the one i am sitting in?
-
Hello! I am trying to make light script with the menu so that it activates on the chat command, but something does not work. where I was wrong, tell me please! vector LIGHT_COLOR = < 1.0, 1.0, 1.0 > ; //Light color integer LIGHT_PRIM = LINK_THIS; //LINK_SET or prim number integer LIGHT_FACE = 0; //light face <<<<<<<<<<< list MENU_MAIN = ["MIN","MID","MAX","ON","OFF","DELETE"]; integer menu_handler; integer menu_channel; menu(key user,string title,list buttons) { llListen(10,"","",""); llListenRemove(menu_handler); menu_channel = (integ
-
Hello! I have such a wonderful script. It is turned on/off by chat command "ON/OFF". But I need the light to turn on and off on the same command, for example light. You say "light" for the first time and the light turns on. The second time and it turns off. Please help! Thanks for your help in advance! default { state_entry() { key owner = llGetOwner(); llListen(0, "", owner, ""); } listen(integer channel, string name, key id, string message) { if (message == "ON") { llSetPrimitiveParams([PRIM_POINT_LIGHT,TRUE,<1.0, 1.
-
Hello! tell me please how should the script of the lighting device look like, which is switched on/off by command in the chat, and illuminates the ambience, but with only one surface glowing? Danke, Muchos gracias, Thanks!
-
Pelican Coast Township is a roleplay community based out of Texas within Second life. We currently have a wide variety of home and shop rentals, open for those families looking for somewhere to settle down, but our doors are open to all roleplayers acrossed the grid. We have a wide variety of RP jobs open to the public ranging from being the gas station clerk, a bank teller, maybe your dream was always to join the sheriff department or fight fires!! Please make yourselves at home! Have a look around!! If you need assistance or have any questions regarding the rules, p
-
Hello, recently I bought some attachements that only react to chat commands like /1? , /1text , /1reset and so on. So, to no longer just enter those commands, I would have liked to create a dialog menu where I can choose the individual objects and then click on a button that executes the command. I have little experience in LSL, so some (better: a lot of) assistance is required. hope you can help me
-
. I honestly don't know how this happened. I never messed with the preference settings on the viewer. I'm not sure how this happened or how to fix it. But the /me command isn't working for me. My text doesn't show up at all. I don't know how to fix it and I need help