diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:07:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:07:18 -0200 |
commit | 8f206841d7b32b33603eb8a46fcc154e086e3486 (patch) | |
tree | 222b0064b77030fb0f51801a5fb056c85dc419b4 /npc/functions | |
parent | 79d649d8c61a06cb44c36cbca558d7cb03f9d661 (diff) | |
download | serverdata-8f206841d7b32b33603eb8a46fcc154e086e3486.tar.gz serverdata-8f206841d7b32b33603eb8a46fcc154e086e3486.tar.bz2 serverdata-8f206841d7b32b33603eb8a46fcc154e086e3486.tar.xz serverdata-8f206841d7b32b33603eb8a46fcc154e086e3486.zip |
Highly Experimental quest: Marggo Quest
I wanted to add a supremely complex quest to Candor for quite a while.
This was requested by @Saulc about eight months ago >.>
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/array.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/array.txt b/npc/functions/array.txt index 0db396ce4..1a106175e 100644 --- a/npc/functions/array.txt +++ b/npc/functions/array.txt @@ -298,7 +298,7 @@ function script array_pop { } - +// TODO: Rename to array_append >.< // array_push(<array>, <value>) // adds <value> to the end of the array // returns the new size |