From 2dd3c5c06978584e3e076609554f225ffbabd3e2 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 10 Mar 2012 23:20:44 +0100 Subject: Removed deprecated NPC helper functions Reviewed-by: Erik Schilling --- scripts/lua/libmana.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/lua') diff --git a/scripts/lua/libmana.lua b/scripts/lua/libmana.lua index c170da2..89d16ae 100644 --- a/scripts/lua/libmana.lua +++ b/scripts/lua/libmana.lua @@ -39,15 +39,6 @@ function create_npc(name, id, gender, x, y, talkfunct, updatefunct) return npc end --- These are deprecated and only provided for compatibility! -do_message = mana.npc_message -do_choice = mana.npc_choice -do_ask_integer = mana.npc_ask_integer -do_ask_string = mana.npc_ask_string -do_post = mana.npc_post -get_quest_var = mana.chr_get_quest -getpost = mana.chr_get_post - -- Registered as the function to call whenever a player starts talking to an -- NPC. Calls the registered NPC handler. local function npc_start(npc, ch) -- cgit