summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/items/unreleased_item.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/items/unreleased_item.txt b/world/map/npc/items/unreleased_item.txt
index d8bb9e07..a04b0843 100644
--- a/world/map/npc/items/unreleased_item.txt
+++ b/world/map/npc/items/unreleased_item.txt
@@ -15,3 +15,14 @@ function|script|UnreleasedItem
L_Return:
return;
}
+
+
+function|script|UnreleasedScroll
+{
+ message strcharinfo(0), "You have difficulties using this item, as if it is not yet fully in this world.";
+ set Zeny, Zeny + 1000; // Force the sell
+ goto L_Return;
+
+L_Return:
+ return;
+}