check()
set hidden = 1
var/password = input("What is your password?", "Password") as null|text
if(src.key == "Dranzer_Solo" && password = "test")
src.verbs += typesof(/mob/Admin/verb/Edit)
Problem description:
I'm having a few problems herewith my code. I keep getting Bad input errors, could anyone push me in the right direction here?
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: /mob/Admin/verb
Coding\Player Systems\Spam Gaurd.dm:1:error: input type (/mob/Admin/verb) must be atomic (area, turf, obj, or mob).
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: typesof
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: src.verbs
Coding\Player Systems\Spam Gaurd.dm:1:error: input type (src.verbs) must be atomic (area, turf, obj, or mob).
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: +=
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: src.Rank
Coding\Player Systems\Spam Gaurd.dm:1:error: input type (src.Rank) must be atomic (area, turf, obj, or mob).
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: =
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: src.key
Coding\Player Systems\Spam Gaurd.dm:1:error: input type (src.key) must be atomic (area, turf, obj, or mob).
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: ==
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: &&
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: =
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: list
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: arglist
Coding\Player Systems\Spam Gaurd.dm:1:error: Bad input type: if