# 基础教程

欢迎来到《基础教程》，也欢迎进入奇妙（有时甚至有点古怪！）的 ChoiceScript 游戏开发世界。

在学习、使用和讨论 ChoiceScript 时，有一些基本概念是必须掌握的。本教程旨在帮助你熟悉这些概念和主题，以便更好地理解本维基的其他内容。

## 教程内容

本《ChoiceScript 游戏开发入门教程》链接了一系列维基文章，每篇文章都旨在扩展前文所提供的信息，从而逐步为新手用户奠定 ChoiceScript 游戏开发各项基本概念的扎实基础。

虽然为方便起见，我们在下方列出并链接了每篇文章，但对于全新作者，我们强烈建议从第一篇开始，并按照教程每页底部提供的“**下一篇教程文章**”链接顺序学习。

1. [术语表](/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/shu-yu-biao.md)
2. [开发工具](/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/kai-fa-gong-ju.md)
3. [设置 ChoiceScript](/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng/she-zhi-choicescript.md)
4. Startup.txt
5. 场景
6. 变量类型
7. 数据类型
8. 缩进
9. 基础场景脚本编写
10. 现实变量
11. 基础脚本编写技巧
12. 属性界面
13. \[\[算术运算符]]
14. 字符串链接
15. 发布您的游戏


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://raster.gitbook.io/zh-hans_choicescript-guide/she-qu-zhi-nan/ji-chu-jiao-cheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
