avatar
Risk and Reward

luckyman 1,094 23rd Jan, 2022

PYTHON 0.25 KB
                                           
                         # The player only needs to collect some of the gems.
game.spawnPlayerXY("knight", 39, 23)

# Use game.addCollectGoal(X) to allow the player to win
# after collecting only X gems! (In this case, X should be 6)
game.addCollectGoal(6)
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data

Comments

Authentication required

You must log in to post a comment.

Log in
    There are no comments yet.