Equipment Demo

by Wizkidd0123
This demo will teach you one of the many ways to make a working equipment system. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Wizkidd0123.EquipmentDemo##version=7

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Wizkidd0123.EquipmentDemo##version=7

3928 downloads
Version 6.1
Date added: Dec 23 2004
Last updated: Jul 29 2009
9 fans
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.