join()
set src in oview()
if(usr in src.group)
usr << "You're already in [src]'s group!"
else
view() << "[usr] joins [src]."
Problem description:
keep in mind that i am still a beginner at the dm language.
with this verb, the usr could join a group. can someone explain why the above code is not outputting anything. when i right click the usr, the join verb is not seen. in-addition, the else statement does not work. its as if the join verb is not executed