smoochy boys on tour
mrgreaper
Reaction score
203
Donated
£15.00

Joined
Last seen

Profile posts Latest activity Postings Donations Awards About

  • too cold...tooo cold
    tempFix()


    Code:
    public void tempFix()
    {
    int tempeture = (int)coder.CurrentLocation.Tempeture; //get temp Celsus
    while (tempeture < 19)
    {
    sun.Tempeture++;
    }
    coder.CurrentLocation.Rain = false;
    }
    too warm...tooo warm
    tempFix()

    Code:
    public void tempFix()
    {
          int tempeture = (int)coder.CurrentLoaction.Tempeture; //get temp Celsus
          while (tempeture > 25)
          {
          sun.Tempeture--;
          }
    }

    anyone know how i can access universes source code?
    • Like
    Reactions: Chriz
    FantasticTroll
    FantasticTroll
    remember, eat the red pill, not the blue one.
    mrgreaper
    mrgreaper
    Code:
    public boolean realWorld (string pillcolour)
    {
    if (pillcolour == "Red") return true;
    else return false;
    }
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…