mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Editing example to fit example description
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
-- Will delete all pickaxes. "IN world" is not required.
|
||||
DELETE /obj/item/weapon/pickaxe
|
||||
-- Will flicker the lights once, then turn all mobs green. The semicolon is important to separate the consecutive querys, but is not required for standard one-query use
|
||||
CALL flicker(1) ON /obj/machinery/light; UPDATE /mob/living/carbon/human SET color = "#00cc00"
|
||||
CALL flicker(1) ON /obj/machinery/light; UPDATE /mob SET color = "#00cc00"
|
||||
|
||||
--You can use operators other than ==, such as >, <=, != and etc..
|
||||
|
||||
@@ -480,4 +480,4 @@
|
||||
|
||||
if(word != "")
|
||||
query_list += word
|
||||
return query_list
|
||||
return query_list
|
||||
|
||||
Reference in New Issue
Block a user