[Help] lol one more problem with world server got pic

Junior Spellweaver
Joined
Jun 11, 2008
Messages
152
Reaction score
0
here is the problem
dani627 - [Help] lol one more problem with world server got pic - RaGEZONE Forums

dani627 - [Help] lol one more problem with world server got pic - RaGEZONE Forums

plz say me wot it mean
 
Re: lol one more problem with world server got pic

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 :

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." );
};

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...
 
Back