Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/script-reference/commands/wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@
wait:5000; 等待 5 秒
角色A:想不出来,算了。;
```


## 参数

### nobreak
Comment thread
xiaoxustudio marked this conversation as resolved.
- 布尔值

当值为 `true` 时,可阻止等待被点击或自动播放跳过
当值为 `false` 或未填写时,等待可以被点击或自动播放跳过
Comment thread
xiaoxustudio marked this conversation as resolved.

```webgal
wait:5000 -nobreak;
```

Loading