Ejemplo n.º 1
0
 public static int Main()
 {
     return(QuestCheckState.Check(2, 4) ? 1 : 0);
 }
Ejemplo n.º 2
0
 public static int Main()
 {
     return(QuestCheckState.Check(7, 6) ? TRUE : FALSE);
 }