var/objects = typesof(src.ally.allies)
var/objectz = typesof(M.enemy.enemies)
src.client.screen += objects
src.client.screen += objectz
objects.screen_loc = "3,4"
Problem description:
Screen loc isn't a variable even though objects is in the screen.
ID:142002
Sep 14 2008, 10:43 am
|
|
Code:
var/objects = typesof(src.ally.allies) Problem description: Screen loc isn't a variable even though objects is in the screen. |
Sep 14 2008, 10:43 am
|
|
You need to typecast in order to have access to that variable.
|
In response to Popisfizzy
|
|
typecast?
|
In response to Choka
|
|