You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
What is your question?
How can I display gameTexts from the settings.py only at the starting of the game?
Describe why you asked the question.
In data/scripts/settings.py I can see an option of showing gameTexts but the issue is it displays them continuously, meaning the message is displayed in a loop.
I just want that message to be displayed only once in the starting of the game, how can I do that?
The text was updated successfully, but these errors were encountered:
At current there is no such option to show the texts only at game start. However, I had thought of adding it in future commits.
But now, I am going to archive this repository since I can no longer work on this repository frequently.
But, there will be a new repository in the organization account @BombSquaders where the server 1.4 version release will be available and after the original server builds for 1.5 is released the code on the repository will also be updated to support the latest API.
Watch the organization for updates about the repository.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is your question?
How can I display gameTexts from the settings.py only at the starting of the game?
Describe why you asked the question.
In
data/scripts/settings.py
I can see an option of showinggameTexts
but the issue is it displays them continuously, meaning the message is displayed in a loop.I just want that message to be displayed only once in the starting of the game, how can I do that?
The text was updated successfully, but these errors were encountered: