diff --git a/Utils/Scripter/function.cpp b/Utils/Scripter/function.cpp index 254ae3a23..1e0db0109 100644 --- a/Utils/Scripter/function.cpp +++ b/Utils/Scripter/function.cpp @@ -62,7 +62,7 @@ struct FunctionDef static FunctionDef s_functionNames[]= { { "setCharacterAnimation", 2 }, // characterId,animationId - { "setText", 1 }, // textId + { "setText", 2 }, // characterId,textId { "giveItem", 1 }, // itemId { "gotItem", 1 }, // itemId { "setResponseOptions", 1 }, // optionsId