TeleportP(client/C in world)
set popup_menu = 0
set category = "Staff"
set desc = "Teleport to a Player"
flick("smoke2",usr)
C << "Owner [usr] teleports next to you"
usr << "You teleport next to [C]"
usr.loc = locate(x,y-1,z)
Problem description:
I'm trying to make it so When you click the verb it only shows the Players on the game, not all the mobs in it.I tried to do it but i can't so can someone help me.