From e553472b7a4a6c8411f3e1a3c86661678058cf66 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 13 May 2021 22:35:08 +0000 Subject: [PATCH] Update readme for user variables regarding Call Of Cthulhu. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 436d171..9a417f1 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,11 @@ Examples: !get myvar //will print 5 ``` -Variables can be referenced in dice pool rolling expressions, for -example `!pool myvar` or `!pool myvar+3`. +Variables can be referenced in dice pool and Call of Cthulhu rolling +expressions, for example `!pool myvar` or `!pool myvar+3` or `!cthroll +myvar`. The Call of Cthulhu advancement roll also accepts variables, +and if a variable is used, and the roll is successful, it will update +the variable with the new skill. ## Running the Bot