what's wrong with this code to fix the top trojan on this code right now I thank you for your help
Quote:
public override void Run(Game_Server.Player _client, ushort _linkback)
{
Responses = new List<NpcDialogPacket>();
AddAvatar();
switch (_linkback)
{
case 0:
AddText("Would you like the Top Trojan Halo?.");
AddOption("Yeh, Meng", 1);
AddOption("Just passing by.", 255);
break;
case 1:
{
_client.AddEffect(Enum.ClientEffect.TopTrojan,
}
{
AddText("!");
AddOption("I see.", 255);
}
break;
}
AddFinish();
Send();