Skip to content

Commit

Permalink
renaming folder
Browse files Browse the repository at this point in the history
renaming folder from evilnpcsystem to revnpcsys
  • Loading branch information
EvilHero90 committed May 26, 2024
1 parent 53dbb16 commit e6a1c43
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/npc/lib/npc.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Including the Advanced NPC System
dofile('data/npc/lib/npcsystem/npcsystem.lua')
dofile("data/npc/lib/evilnpcsystem/npc.lua")
dofile("data/npc/lib/revnpcsys/npc.lua")

function msgcontains(message, keyword)
local message, keyword = message:lower(), keyword:lower()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--[[
NPC System:
Revisioned NPC System:
- Version: 1.0
Credits:
Expand Down Expand Up @@ -47,15 +47,15 @@
---@alias NpcType.onSayCallback fun(creature: Creature, messageType: number, message: string)

-- Load all the necessary files to create the NPC system
dofile('data/npc/lib/evilnpcsystem/constants.lua')
dofile('data/npc/lib/evilnpcsystem/handler.lua')
dofile('data/npc/lib/evilnpcsystem/events.lua')
dofile('data/npc/lib/evilnpcsystem/focus.lua')
dofile('data/npc/lib/evilnpcsystem/shop.lua')
dofile('data/npc/lib/evilnpcsystem/talkqueue.lua')
dofile('data/npc/lib/evilnpcsystem/requirements.lua')
dofile('data/npc/lib/evilnpcsystem/modules.lua')
dofile('data/npc/lib/evilnpcsystem/voices.lua')
dofile('data/npc/lib/revnpcsys/constants.lua')
dofile('data/npc/lib/revnpcsys/handler.lua')
dofile('data/npc/lib/revnpcsys/events.lua')
dofile('data/npc/lib/revnpcsys/focus.lua')
dofile('data/npc/lib/revnpcsys/shop.lua')
dofile('data/npc/lib/revnpcsys/talkqueue.lua')
dofile('data/npc/lib/revnpcsys/requirements.lua')
dofile('data/npc/lib/revnpcsys/modules.lua')
dofile('data/npc/lib/revnpcsys/voices.lua')

-- Replaces tags in a string with corresponding values.
---@param params table<string, number|string|table<string|number, string|number>> The parameters to replace the tags with.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e6a1c43

Please sign in to comment.