client/proc/make(var/turf/O)
usr.credits -= 10
var/mob/a = new/mob/units/soldiers/droid(O)
var/obj/b = new/obj/overlay/color(O)
b.icon_state = usr.color
usr.color = a.color
Problem description:
not much. a refuses to read ANYTHING from usr.
ID:263029
Apr 3 2006, 1:41 am
|
|
Code:
client/proc/make(var/turf/O) Problem description: not much. a refuses to read ANYTHING from usr. |
In response to RedlineM203
|
|
It still isnt working, heres the new and full code
mob/proc/make(var/turf/O) anyone have any idea? |
In response to Rky_nick
|
|
use src.mob.var in the proc
|
In response to Mysame
|
|
When i try that, it outputs errors
|
In response to Rky_nick
|
|
No abuse : operator. Especially no use src with : operator. Ungh!
Lummox JR |
Try src.