mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
New script, NS charger
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ default
|
||||
{
|
||||
if (c == channelLightBus)
|
||||
{
|
||||
string toggleMessage = "command 9c38d3d4-06b1-4fd0-9042-91e5b2f4b98f toggle";
|
||||
string toggleMessage = "command " + (string)ownerKey + " toggle";
|
||||
if (m == "probe") { llSay(channelLightBus, "add charger"); }
|
||||
else if (m == "add-confirm") { llSay(channelLightBus, "add-command toggle"); }
|
||||
else if (m == "charge start" || m == "off" ) { turnOff("Charge disabled."); }
|
||||
|
||||
Reference in New Issue
Block a user