From 25bf3308cf490313b4a86b78643226f078ce4f7e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 19:37:31 +0300 Subject: Add chat command /gotonpc. Also add it to npc context menu. --- src/input/inputactionmap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 38768dbe1..3a90e4a5d 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5377,6 +5377,12 @@ static const InputActionData inputActionData "randomwarp|jump", UseArgs_true, Protected_true}, + {"keyCommandGotoNpc", + defaultAction(&Actions::commandGotoNpc), + InputCondition::INGAME, + "gotonpc|warptonpc", + UseArgs_true, + Protected_true}, }; #undef defaultAction -- cgit v1.2.3-60-g2f50