You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
People really like my server. But whenever someone mentions L2Mid, the haters show up and start throwing shits 🙂 I can't really say much about the 50–100 online players. I’m thinking of giving L2Mid a try later this yearif anyone’s interested, let’s keep it positive.
LF a skilled (& affordable 😆 ) developer to help me create some stuff for a project.
Message me your discord or type it as a response here and I'll be adding you if you're providing services.
Im writing for someone that share my vision a good L2 gold style server that won't just randomly shut like L2 Gold.in and will help me maybe build the server for the comunity
Question
Balala
I want to know for what this responsible and what it do? Each line plz.
I try to write a Quest on Python
question = 1
quiz = st.get("quiz")
answers = st.getInt("answers")
if answers == 7 :
questions = quiz.split()
index = st.getRandom(len(questions) - 1)
question = questions[index]
if len(questions) > 10 - answers :
questions[index] = questions[-1]
del questions[-1]
st.set("quiz", " ".join(questions))
htmltext = "419_q" + str(question) + ".htm"
return htmltext
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.