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

Results 1 to 2 of 2
  1. #1
    Account Upgraded | Title Enabled! dani627 is offline
    MemberRank
    Jun 2008 Join Date
    israelLocation
    368Posts

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

    here is the problem

    plz say me wot it mean


  2. #2
    Account Upgraded | Title Enabled! divinepunition is offline
    MemberRank
    Dec 2008 Join Date
    FranceLocation
    621Posts

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



Advertisement