コード例 #1
0
ファイル: Eventos.cs プロジェクト: AndreSFND/Cybership
 public static void NPC_6_OnAction(Geral x)
 {
     if (Interacoes.Falar(x, "Use este item para ganhar a batalha"))
     {
         Interacoes.DarItem(x, 3);
     }
 }
コード例 #2
0
ファイル: Eventos.cs プロジェクト: AndreSFND/Cybership
 public static void NPC_7_OnAction(Geral x)
 {
     Interacoes.Falar(x, "Eu sou max, é um prazer te conhecer :D");
 }
コード例 #3
0
ファイル: Eventos.cs プロジェクト: AndreSFND/Cybership
 public static void NPC_5_OnAction(Geral x)
 {
     Interacoes.Falar(x, "Boa sorte em sua jornada!");
 }