FrinshHD / AnturniaQuests

GNU General Public License v3.0
3 stars 0 forks source link

Variables #20

Open iChasm03 opened 5 months ago

iChasm03 commented 5 months ago

Different variables per user, storyline, and global.

Global - Can't be edited, have a set value, and are used for being called in multiple quests at once.

Storyline - Variables that are specific to each storyline and are only contained in the storyline they're called in, can be edited.

User - Variables specific to a player, and they can be called throughout multiple quests and have different values for each player. can also be edited.