obj/Build/verb
Wall()
set category = "Build"
new/turf/Wall(usr.loc)
how would i change that code so that when you build the obj the obj's owner var becomes the usr's key? i tryed this but it said O.owner was undefined:
obj/Build/verb
Wall()
set category = "Build"
O = new/turf/Wall(usr.loc)
O.owner = usr.key
little help please?