function hooding()
if table.contains(gmcp.Room.Info.details,"indoors") == true then
if hood == true then
send("lower hood")
end
else
if hood == false then
send("raise hood")
end
end
end
Trigger pattern(beginning of the line substring): You carefully lower the hood on
Script: hood = false
Trigger pattern(beginning of the line substring): You carefully raise the hood on
Script: hood = true
Just copy and paste into the appropriate places (script goes into scripts, and triggers go into triggers). Don't copy the yellow highlighted stuff.
Not sure why some of the text is not the same color as the background, I tried removing formatting, and pretty much every other highlight color.
Comments