From ffb6039536c74d18065841a2ffd62171621f7db6 Mon Sep 17 00:00:00 2001 From: Matt Brockman Date: Fri, 15 Jan 2021 21:00:33 -0800 Subject: [PATCH] link to skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11d46f1..9d831b8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ See https://github.com/latitudegames/Scripting/blob/master/examples/addSimpleInv * `state.skills` is a dictionary {...values, skill(str):level(int)}. A value in state.skills will enable the skills overlay in the adventure menu. The skills overlay allows players to allocate `skillPoints` or learn `random skills` which can be set with the following parameters: * `state.disableRandomSkill` disables the user from learning random skills in the screen * `state.skillPoints` sets the number of skill points a player has available. +See https://github.com/latitudegames/Scripting/blob/master/examples/skills.js for examples. * You can set any variable on state to store and modify adventures throughout an adventure.