ID:261456
 
Hello I was woundering how you have a var = an obj in the location 1 above the usr.y. So then you can take the var which holds vars from the obj above. And edit them so it changes the vars of the obj.

Like lets say we had a book above with a loc of locate(usr.x,usr.y+1,usr.z).<---- Makes above them mob location. Now I want to assign the var/OBJ to that obj above me. So the var carrys vars. How do I do this can u give me a code?
From what I heard from you..heres what I think...
mob
var
var1
var1inside
obj
var1Item
icon = 'Bleh.dmi'
Click()
usr.var1 = new/obj/var1Item(locate(usr.x,usr.y+1,usr.z)
var1ItemInnings
icon = 'Booze.dmi'
Click()
usr.var1inside = new/obj/var1ItemInnings(locate(usr.x,usr.y+2,usr.z)
usr.var1+=usr.var1inside

Or something like that..heh don't look at me, I'm an ametuer coder!

P.S. GOD BLESS YOUR PET CODE! IT PUT MY GAMES ON THE MAP!