62
askerad
7y

if(User.justJoined)
{
User.StartPosting(new DumbGenericThing())
}

Comments
  • 3
    Call the genericDumbPosting() in the constructor
  • 7
    Error: missing semicolon
  • 3
    @justJ Oh God. I Messed up real bad on the very first post. Uuh ... that's a great sign for the future, i guess ...
  • 1
    @askerad well you are using

    Function()
    {
    ...
    }

    Style so it's all okay ! Also phones are terrible for typing special characters/coding so I will just compliment you for taking the time to type all that đź‘Ť also welcome to devrant !
Add Comment