From 2d9e66251582b95764e81e40a27c4d4e0454f3e4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 29 Oct 2023 00:52:45 -0300 Subject: This is the EXPERIMENTAL version of allowing Carts to players. As well as its most important restrictions. --- npc/024-16/king.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/024-16') diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 4790b7f96..29dd9d565 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -13,6 +13,11 @@ slide 30, 52; end; } + if (countitem(RentCart)) { + mesc l("You cannot met the King while using a %s.", getitemlink(RentCart)), 1; + close; + } + setcart 0; if (.@q >= 17) goto L_Complete; if (.@q == 16) -- cgit v1.2.3-70-g09d2