How to Script a Player Manager with Elastic_Plastic
Follow along with MHCP Mentor @Elastic_Plastic to learn how to integrate player managers into your world.
By the end of this video, you will learn:
- How to integrate player managers on demand
- How to attach a script to an object
- One script can be used on many objects
- Each object with a script has its own set of variables
- What events are, how to name them, and how to pass arguments to them
- Objects can listen to events from other objects
- Players are a special type of object that can also be listened to
[0:08] Opening - What You Will Learn
[0:55] Setting Up Objects
[2:02] Writing Scripts
[13:55] Assigning Scripts
[19:51] Testing Scripts