RPG Party

How to make an RPG Party with party members

This page is unfinished, but made accessible because there may be useful content or links in the Notes section.

Here’s how to make a simple Party script.

Intro

A party is simply a list of people who are in that party. It needs to have functions that can add/remove members.

  • Party.cs
    • Variables
      • Members
    • Functions
      • Add
      • Remove
    • Events
      • Added
      • Removed