Code:
verb
Manage_Permissions()
if(usr.name != Imprint)return
----> switch(alert(usr),"What would you like to do?!\nPe(Permission"\n"]",Name,"Add","Remove","Cancel,")
if("Add")
Permission.Add(input("Type the name of the person who you would like to give Permission!") as text)
if("Remove")
Permission.Remove(input("Who would you like to remove the Permission from?") in Permission)
TARDIS.dm:30:error: missing comma ',' or right-paren ')'
According to the reference page for alert(), the problem lies in that your parentheses are in the wrong place.
switch ( alert ( "message", "title", "option 1", "option 2", "option 3" ) )
Note, usr is not required in alert() here because it by default the usr.