Would I use lists to accomplish this? in Developer Help
|
|
Would I use lists to accomplish this? Here's my problem: There's a Sergeant Major of a team and I want him/her to have a "Request Help" verb that sends a pop up to everyone from his hometown and above a certain rank. I'm pretty sure I can get the pop up part by myself, it's the sending the message part I don't understand. Could I use something that goes through two list (like the in operator, but it looks in the hometown list and then the rank list?)
mob Sergeant_Major verb Request_Help() input("Sergeant Major SoSo needs help! Do you wish to go to him/her?")in list("Yes","No")
|
Thanks
|