Add syndicate stamp

This commit is contained in:
Markolie
2015-08-30 22:52:31 +02:00
parent 355ebbb398
commit 1cc4f7f483
9 changed files with 53 additions and 38 deletions
+3 -1
View File
@@ -1849,10 +1849,12 @@
if("Administrator")
stamptype = input(src.owner, "Pick a stamp type.", "Stamp Type") as null|anything in list("icon","text","none")
if(stamptype == "icon")
stampname = input(src.owner, "Pick a stamp icon.", "Stamp Icon") as null|anything in list("centcom","granted","denied","clown")
stampname = input(src.owner, "Pick a stamp icon.", "Stamp Icon") as null|anything in list("centcom","syndicate","granted","denied","clown")
switch(stampname)
if("centcom")
stampvalue = "cent"
if("syndicate")
stampvalue = "syndicate"
if("granted")
stampvalue = "ok"
if("denied")