you should have modify the dialog file of MaFl_lui in the NCDFiles folder...
open your file in notepad and check that you have something like that in the .ncd :
and you should have this in the .ncd.pre :Code:"@@DATA@@" { }; "main" { RemoveAllTextButtons( ); AddText( "Hello %PLAYERNAME% !" ); AddTextButton( "Bye!" ); AddTextButton( "Introduction" ); }; "Bye!" { CloseWindow( ); NPCChat( "Have a nice day!" ); }; "Introduction" { AddText( "Hi I'm Lui Keraldine, Lui to my friends though. I run the General store selling all sorts of useful things! Take a look inside if you have a minute." ); };
samething but without space and return to another line...Code:"@@DATA@@"{};"main"{RemoveAllTextButtons();AddText("Hello %PLAYERNAME% !");AddTextButton("Bye!");AddTextButton("Introduction");};"Bye!"{CloseWindow();NPCChat("Have a nice day!");};"Introduction"{AddText("Hi I'm Lui Keraldine, Lui to my friends though. I run the General store selling all sorts of useful things! Take a look inside if you have a minute.");};;;