I'm working on a new project to get back into the swing of things and that means I get to learn how skins work once and for all. So I've been going over LummoxJR's Makind Skins in Byond 4.0 and I had a few questions about some of the code in the Lesson 2 project files.
Mostly I was curious if one of you would be so kind as to look over this and let me know if I am understanding everything that is happening here correctly.
Block in question
proc/Equip(obj/O) |
The same block fully expanded with comments containing my thoughts on what is going on.
proc |
I think I have a pretty firm grasp on this, I would just like a little confirmation after being mostly inactive for a year or so. Thank you for your time.