Skip to content

Commit f893b98

Browse files
authored
Link to spreadsheet updated to version 1.4. Release time
1 parent b09fc6e commit f893b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02-using-the-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The game-specific code is kept in a so-called _module_, making it easier to upda
1414

1515
If you want to try out BPT, these are good steps:
1616

17-
1. Make a [copy of the BPT spreadsheet template (v. 1.3)](https://docs.google.com/spreadsheets/d/18dcpXRoDMpPDYROjD1UG9uJWCTJcbNkED2HGi6jk2c0/copy). It includes all the scripts for BPT, as well as two example modules and a template you can tweak and change.
17+
1. Make a [copy of the BPT spreadsheet template (v. 1.4)](https://docs.google.com/spreadsheets/d/10XdOpXCgkDeZuV7sw0Yq9S1yA6TDaFzDpAV-Ks3NdtQ/copy). It includes all the scripts for BPT, as well as two example modules and a template you can tweak and change.
1818
2. In the _extensions_ menu, click _apps script_ to open the coding environment. You will now see a lot of files in the left sidebar and some JavaScript code in the main window.
1919
3. In the first file (already selected), click the _run_ button. This will run a simulation of the game _example1_, but more importantly it will open a dialogue where you can approve that the script reads from your Google spreadsheets. (This is required to be able to read from data from the spreadsheet, and there was no way of restricting access to only the current sheet. Sorry.)
2020
4. Start experimenting. You will want to look in the examples files, as well as in the documentation here in the wiki. The template files includes a lot of example code you can copy and change as you wish.

0 commit comments

Comments
 (0)