Page 1 of 1

[Fixed] EditorDialogs.Script.txt incompatible

Posted: 21 May 2013, 19:07
by steeffeen
hey there,

i just noticed that the file

Code: Select all

Libs/Nadeo/EditorDialogs.Script.txt
isn't compatible with the current release anymore, it would be great if it could be updated!

just line 87 needs to be edited:

Code: Select all

declare TextInputEntry <=> (ManialinkPage.GetFirstChild("TextInput") as CGameManialinkEntry);
to

Code: Select all

declare TextInputEntry <=> (ManialinkPage.GetFirstChild("TextInput") as CMlEntry);
Regards,
Steff

P.s. should we post maniascript reports in this subforum or also in the maniaplanet reports subforum?

Re: EditorDialogs.Script.txt incompatible

Posted: 22 May 2013, 14:38
by Eole
Done.
steeffeen wrote:P.s. should we post maniascript reports in this subforum or also in the maniaplanet reports subforum?
I'd say that if it's a compilation error, a request or a question about ManiaScript specifically, it's better in this forum. If it's something that makes ManiaPlanet crash, then post it in the reports subforum.

Re: EditorDialogs.Script.txt incompatible

Posted: 23 May 2013, 16:35
by steeffeen
Eole wrote:Done.
thanks :thx:
Eole wrote:I'd say that if it's a compilation error, a request or a question about ManiaScript specifically, it's better in this forum. If it's something that makes ManiaPlanet crash, then post it in the reports subforum.
Okay!