summaryrefslogtreecommitdiff
path: root/npc/guilds/storage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds/storage.txt')
-rw-r--r--npc/guilds/storage.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/guilds/storage.txt b/npc/guilds/storage.txt
index 97218fbb1..316071d9f 100644
--- a/npc/guilds/storage.txt
+++ b/npc/guilds/storage.txt
@@ -12,6 +12,11 @@ guilds,33,28,0 script Guild Storage NPC_NO_SPRITE,{
}
else
{
+ if (getguildrole(.@gid, getcharid(3)) > GPOS_5)
+ {
+ dispbottom l("Your position must be the one of a regular member or above.");
+ end;
+ }
if (guildopenstorage())
{
npctalkonce l("Someone else is using the guild storage right now. Please wait.");