From 7f414bf76855549230407de5a8eb2ce067b200d2 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Sun, 21 Aug 2022 03:46:42 +0200 Subject: [PATCH] Add some tokens --- src/client/game/scripting/function_tables.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/client/game/scripting/function_tables.cpp b/src/client/game/scripting/function_tables.cpp index 095b7322..38647de3 100644 --- a/src/client/game/scripting/function_tables.cpp +++ b/src/client/game/scripting/function_tables.cpp @@ -2052,13 +2052,17 @@ namespace scripting {"speed", 997}, {"lookahead", 600}, + // misc {"_color", 1398}, {"skycolor", 34255}, {"suncolor", 1049}, {"sundirection", 1050}, {"modelscale", 23881}, {"export", 13703}, + {"animation", 70}, + {"spammed_model", 49508}, + // script {"script_flag", 31190}, {"script_flag_true", 31196}, {"script_stealth_function", 31462}, @@ -2095,5 +2099,8 @@ namespace scripting {"script_delay_post", 31122}, {"script_killspawner", 31264}, {"script_goalvolume", 31238}, + {"script_drone", 31152}, + {"script_health", 31247}, + {"script_friendname", 31217}, }; }