ID:163861
 
plz tell me i didnt understand well, plz telll me
If you're going to be programming, you're going to have to figure out how to learn this stuff on your own. Look it up and study it until you understand it! Like the rest of us do.

http://developer.byond.com/docs/ref/info.html#/atom/movable/ var/screen_loc

For additional information try searching the hub and the forums for "screen_loc".

If you can't understand what the carefully put together resources say, nothing we can say here will help you.
In response to Foomer
hey thnx, but i already read that, but i couldnt understand so good, plz..
In response to Moskerark
Read it again. Look up demos. Search the forums. If you can't understand what the reference says, you won't understand me explaining it to you either. Maybe its just too complicated for you right now and you should start with something simpler.
In response to Foomer
but i have all the dfemos, and i understand more than before, but icant understand all to do it by myself
In response to Moskerark
what i dont understand so good is the format in which i have to do it
In response to Moskerark
You give any object a screen_loc variable:

var/obj/myobj/O = new()
O.screen_loc = "1,1"


Then you add it to the client's screen var.

mob.client.screen += O


Now it will be displayed on the bottom-left corner of the screen.
In response to Foomer
there appeared some eerrors, i dont understant one


Dragonball Z 4.dm:123:error:O:undefined var
Objects\Equipment\Porttara Earings\Portarra.dm:5:error:O :unknown variable type
Objects\Equipment\Porttara Earings\Portarra.dm:5:error:= :expected a constant expression
Objects\Equipment\Porttara Earings\Portarra.dm:6:error:O.screen_loc:undefined type: O.screen_loc
In response to Moskerark
Nevermind. You're just looking to cut and paste code into your anime game. I'm not going to waste my time.
In response to Foomer
i wasnt doing that, but thanks for all :)