Equipment Demo

by Wizkidd0123
This demo will teach you one of the many ways to make a working equipment system.
ID:130570
 
Many beginners get the idea into their head to use boolean mob variables for their equipment system when in fact, it's much more useful to know what type of object is equipped.

Thanks to OneFishDown for pointing out that I could use mob.vars and Move(), and thanks to YMIHere for telling me to use atom.loc instead of an owner variable.