summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-15 13:21:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-15 13:21:06 -0300
commit1730051471cba1ec4727ccddf6248f17c2cce677 (patch)
treeacf36c4c8b9a85b19407be9ffcdf838bb65821e2
parentf71c82cc84ec5226d816642226b0d11866ddbe1b (diff)
downloadserverdata-1730051471cba1ec4727ccddf6248f17c2cce677.tar.gz
serverdata-1730051471cba1ec4727ccddf6248f17c2cce677.tar.bz2
serverdata-1730051471cba1ec4727ccddf6248f17c2cce677.tar.xz
serverdata-1730051471cba1ec4727ccddf6248f17c2cce677.zip
Add notes for future enhancement
-rw-r--r--npc/commands/music.txt2
-rw-r--r--npc/functions/music.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index f6478b66..475d5180 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -40,6 +40,8 @@ OnMyself:
.@m$ = strtolower(.@atcmd_parameters$[0]);
.@key = array_exists($MUSIC_ARRAY$, .@m$);
+ // TODO: Check if you have the music unlocked? Bitmask? Array?
+
if (!.@key)
{
//.@m$ = implode(.@atcmd_parameters$[0], " ");
diff --git a/npc/functions/music.txt b/npc/functions/music.txt
index c73809f4..e0214f8c 100644
--- a/npc/functions/music.txt
+++ b/npc/functions/music.txt
@@ -2,6 +2,7 @@
// Author:
// Jesusalva
// Gumi
+// Ledmitz
// Description:
// Music functions
//
@@ -11,6 +12,7 @@
// "jukebox"::HurnscaldPrompt(); → Makes a menuint for selecting hurns tracks
// "jukebox"::JukeboxMusic(ID); → Changes music based on prompted ID
// "jukebox"::BroadcastMusic(MAP, ID); → Changes music based on prompted ID
+// TODO: Check if you have the music unlocked? Bitmask? Array?
- script jukebox 32767,{
end;