Exemple #1
0
 //Rest Function
 public override void Rest()
 {
     Player.Eat();
     Player.Drink();
     Player.DoString("DoEmote('Sit')");
 }