mob/proc/makeit()
var/obj/AA/I
I.pixel_y=32
src.overlays+=I
Problem description: I'm trying to make it so overlay "AA" appears above the mob... Thus make it so "AA" is src.y+=1... I just can't figure it out :(
ID:141026
![]() Jul 7 2009, 2:05 pm
|
|
Code:
mob/proc/makeit() Problem description: I'm trying to make it so overlay "AA" appears above the mob... Thus make it so "AA" is src.y+=1... I just can't figure it out :( |