i was thinking about that over-night :P
if("Gryffindor")
src.house = "Gryffindor"
src.gryffindor = 1
src.ravenclaw = 0
src.slytherin = 0
src.hufflepuff = 0
src.loc=locate(43,95,4)
var/obj/gryffindorcloak/GC = new/obj/gryffindorcloak
GC.loc = src
:/ have to use usr here? coz i get errors "src.gryffindor undefined var"
Always use src if you can. Using usr can cause problems in a script. Like instead of doing this:
I'd do this: