app_skel

Since 12.0.0 Module Configuration Found this useful? Upvote it. ×

Last reviewed 2026-04-14

Description

app_skel.conf

[globals]

Options that apply globally to app_skel

  • games - The number of games a single execution of SkelGuessNumber will play
  • cheat - Should the computer cheat?
[sounds]

Prompts for SkelGuessNumber to play

  • prompt - A prompt directing the user to enter a number less than the max number
  • wrong_guess - The sound file to play when a wrong guess is made
  • right_guess - The sound file to play when a correct guess is made
  • too_low - The sound file to play when a guess is too low
  • too_high - The sound file to play when a guess is too high
  • lose - The sound file to play when a player loses
[level]

Defined levels for the SkelGuessNumber game

  • max_number - The maximum in the range of numbers to guess (1 is the implied minimum)
  • max_guesses - The maximum number of guesses before a game is considered lost

User Notes

No notes yet. Be the first to contribute a tip or example.

Contribute a note

Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.

Moderated before publishing. Email never shown.