From b7d08475ef90f14cf6b9d8d14968cf532a24c5a4 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 9 Jan 2001 20:04:39 +0000 Subject: [PATCH] --- Utils/Scripter/function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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