Editing example to fit example description

This commit is contained in:
JJRcop
2014-09-22 02:46:50 -04:00
parent 183ad9c7f3
commit d88ef0b5db
+2 -2
View File
@@ -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