- Thread starter
- #1
Please read this before writing a challenge proposal.
This is a script template that will create the challenge. In the future, please include the filled out template in a paste.minr link, a .txt file, or just write the filled out template in your forums post when suggesting a challenge (with this, I can guarantee that the challenge will be added much quicker than before as I do not have to manually add them).
Here it is:
An example of a fully written out challenge script for the challenge "Paranormal Panic":
In text:
A note on the parameter <modifier>:
We currently support the modifiers listed below.
- /ch addmodifier <challenge_code> no_checkpoint
- /ch addmodifier <challenge_code> no_damage
- /ch addmodifier <challenge_code> no_food
- /ch addmodifier <challenge_code> no_regeneration
- /ch addmodifier <challenge_code> no_sprint
- /ch addmodifier <challenge_code> soul_link
- /ch addmodifier <challenge_code> life_challenge <lives>
I will follow up this post with an example challenge proposal.
This is a script template that will create the challenge. In the future, please include the filled out template in a paste.minr link, a .txt file, or just write the filled out template in your forums post when suggesting a challenge (with this, I can guarantee that the challenge will be added much quicker than before as I do not have to manually add them).
Here it is:
An example of a fully written out challenge script for the challenge "Paranormal Panic":
In text:
# CREATES THE CHALLENGE
@command /ch create <challenge_code> <points> <challenge_name>
# WRITE THIS LINE FOR EVERY MAP YOU WANT TO ADD
@command /ch add <challenge_code> <map_code>
# ADD MODIFIERS
@command /ch addmodifier <challenge_code> <modifier>
@command /ch create <challenge_code> <points> <challenge_name>
# WRITE THIS LINE FOR EVERY MAP YOU WANT TO ADD
@command /ch add <challenge_code> <map_code>
# ADD MODIFIERS
@command /ch addmodifier <challenge_code> <modifier>
A note on the parameter <modifier>:
We currently support the modifiers listed below.
- /ch addmodifier <challenge_code> no_checkpoint
- /ch addmodifier <challenge_code> no_damage
- /ch addmodifier <challenge_code> no_food
- /ch addmodifier <challenge_code> no_regeneration
- /ch addmodifier <challenge_code> no_sprint
- /ch addmodifier <challenge_code> soul_link
- /ch addmodifier <challenge_code> life_challenge <lives>
I will follow up this post with an example challenge proposal.
Last edited: