mob
Unit
verb
Deploy()
if (src.Deploy == 1)
src.loc = usr.loc
src.Deploy = 0
src.player = usr.key
src.npc = "Y"
src.icon_state = usr.colour
usr << "[src.name] deployed into battlefield."
Problem description: Since last time, the units were moved to mob/Unit ... Now, if I get rid of the Unit directory a command shows up, but you can only deploy yourself. If I add the directory the verb never shows up.
This is basicly a tuned up Drop command, so this is easy street.