ID:149544
![]() Apr 7 2002, 9:13 am
|
|
It doesn't show any errors when I compile, but I cannot pick up any objects within the game...please help.
|
![]() Apr 7 2002, 9:14 am
|
|
show your code no one can help you unless you post the code
|
Here is a verb that will move all obj to you.
mob/verb/Get(obj/O as obj in usr.loc) O.Move(usr) |
O.K here it is:
obj verb get() set src in oview(1) I'm not sure if I need to add anything so any help would be hugely appreciated! |
Martyn747 wrote:
O.K here it is: Almost there... obj verb get() set src in oview(1) if(Move(usr)) usr << "You get [src]." oview(usr) << "[usr] gets [src]." |