summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 18:18:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 18:18:21 -0300
commit9da610fafef407684a38ffab53985fe25ddd6b06 (patch)
tree1e5547d772ad2a97156a7c3d5ff2fc08fa67c034 /npc
parentc76ffc44c9cd3bef7132faefcdf94c1d9469491b (diff)
downloadserverdata-9da610fafef407684a38ffab53985fe25ddd6b06.tar.gz
serverdata-9da610fafef407684a38ffab53985fe25ddd6b06.tar.bz2
serverdata-9da610fafef407684a38ffab53985fe25ddd6b06.tar.xz
serverdata-9da610fafef407684a38ffab53985fe25ddd6b06.zip
Trickmaster minimalist test interface
Diffstat (limited to 'npc')
-rw-r--r--npc/003-0/trickmaster.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt
index 2fbce745e..fc6b1c29c 100644
--- a/npc/003-0/trickmaster.txt
+++ b/npc/003-0/trickmaster.txt
@@ -8,6 +8,12 @@
if (!MAGIC_LVL) goto L_NoMagic;
mesn;
mesq l("You are a noob.");
+ mesc l("You have @@/@@ magic skill points available", sk_maxpoints()-MAGIC_PTS, sk_maxpoints());
+ next;
+ setskin "academy_trickster";
+ // TODO: Use a menuint with the skill ID
+ select ("freecast:Cancel");
+ setskin "";
close;
L_NoMagic: