From ffb2059487bd81fa3222906fb285c210c60f5285 Mon Sep 17 00:00:00 2001 From: Sorvani Date: Sat, 11 Jan 2014 12:22:53 -0800 Subject: [PATCH] updated say_link --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index f081db8..35022e3 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -111,6 +111,8 @@ Void merchant_set_item(Integer npc_id, Integer item_id); Void merchant_set_item(Integer npc_id, Integer item_id, Integer quantity); Integer merchant_count_item(Integer npc_id, Integer item_id); String item_link(Integer item_id); +Void say_link(String phrase); +Void say_link(String phrase, Boolean silent); Void say_link(String phrase, Boolean silent, String link_name); String get_guild_name_by_id(Integer guild_id); Integer create_instance(String zone, Integer version, Integer duration);