Code
using Allmighty.Superadmin;
using Allmighty.Ridicolus;
public class Main : NoobBehaviout
{
public Human Joku = Human.Type(Mad);
public Human Droni = Human.Type(Aesome);
void Messaage(string noobString)
{
if(Joku.feel(noobstring) == bad)
{
Joku.Rage("Execute Ban");
If(Joku.Question.request())
{
Debug.Log("This is Madness");
Joku.Rage("Execute Long Ban");
}
Joku.Confirm("Madness");
}
}
void Start()
{
Debug.Log("Jokus isst stupod");
Message("bad");
}
}
Alles anzeigen
OUTPUT:
NoobBehaviout-(This is Madness)
NoobBehaviout-(Jokus isst stupod)
Droni