From 58e31763264a1c9a803b2db23ecfafb7e4a6c5a6 Mon Sep 17 00:00:00 2001 From: N Date: Tue, 24 Mar 2026 20:17:14 -0300 Subject: [PATCH] `main_scoring` for individual areas --- Calculate-Functions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Calculate-Functions.md b/Calculate-Functions.md index ada2e34..cb742d0 100644 --- a/Calculate-Functions.md +++ b/Calculate-Functions.md @@ -549,6 +549,18 @@ context.cardarea, context.full_hand, context.scoring_hand, context.scoring_name, context.edition -- boolean value to flag this context, always TRUE context.post_joker -- boolean value to flag this context, always TRUE ``` +--- +#### context.main_scoring +This context is used for the effects from Blinds, Decks, Challenges, Stakes and Mod objects (or any other 'individual' objects) when the score. + +```lua +if context.main_scoring then +``` + +```lua +context.cardarea, context.full_hand, context.scoring_hand, context.scoring_name, context.poker_hands +context.main_scoring -- boolean value to flag this context, always TRUE +``` --- #### context.final_scoring_step