scriptsdk / CSharp-ScriptSDK-Legacy

ScriptSDK is an advanced extension written in .NET. The framework is based on a local tcp socket protocol library written by maxwell and extend the provided architecture by additional methods and handlers.
GNU General Public License v3.0
9 stars 11 forks source link

Fix GumpTextEdit to use correct ID #13

Closed Octav14n closed 7 years ago

Octav14n commented 7 years ago

GumpTextEdit has to call NumGumpTextEntry with ReturnValue instead of TextID. TextID only refers to which transmitted string should be displayed.

Source: http://stealth.od.ua/Doc:Manual/Reference/Gump#NumGumpTextEntry

fixes #10