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