Jump to content

[NPC] Code Breaker Game 1.1


About This File

Information

It is an individual player type game.

Objective of the game is to guess a 3 digit number where none of the digits repeat.

There are 3 difficulty settings depending on the number of guesses which is configurable.

Clues are given for the previously guessed number.

Prizes for each difficulty can be set through the GM Panel (level is configurable).

Configuration

In-game configuration is available for the Prizes (GM only).

Script configuration is found at the bottom of the file:

// ---- CONFIG ------------------------------------------------------------------------------------
// NPC Name
set .NPC$, "[ Code Breaker ]";
// Minimum GM Level for GM Panel. [Default: 60]
set .minGMlvl, 60;
// Number of Guesses per Difficulty (Easy, Medium, Hard) [Default: 5, 3, 2]
setarray .CB_Guess[1], 5, 3, 2;
// ---- END OF CONFIG -----------------------------------------------------------------------------

Credits

Created by Xantara

Requested by Yukino post_snapback.gif

Function createCode optimized by KeyWorld

License

88x31.png

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Do not mirror without my consent.


What's New in Version 1.1

Released

  • 1.0 - Initial release
  • 1.1 - Took out unused .@skip variable and implemented KeyWorld's createCode optimization

×
×
  • Create New...