Overhaul of "client" to "player"

This commit is contained in:
Vortrex
2020-12-29 04:26:15 -06:00
parent eeff21929c
commit 1c7532523c
34 changed files with 920 additions and 911 deletions

View File

@@ -16,6 +16,8 @@ const triggerSource = {
house,
};
// ---------------------------------------------------------------------------
const NPC = {
Trigger: {
farProximity, // Comes within a far distance of NPC
@@ -108,6 +110,10 @@ const NPC = {
}
};
// ---------------------------------------------------------------------------
function npcTrigger(triggerName, triggerSource) {
}
}
// ---------------------------------------------------------------------------