changeBuild(var/newBuild)
var/list/builds = buildList[currentBuild]
for(var/obj/ChangeBuild/Build in view(100))
Problem description:
Someone help refresh my memory. I'm trying to intialize a proc that looks for the "ChangeBuild" objs in view, which basically at race creation screen ( via-map) But when I start it up, and click the obj on map, it does nothing , I've chcked layers and all.
IT seems to only work if I do client.screen , but I want to find an easier way since I've already done the work of making the obj/vars.
Can anyone tell me what im doing wrong?
Whats the proper term for a for() proc for something in your view?