Conditional Branching
next
场景文件中必需定义 <label id="n"/> ,send, receive, pause等动作执行完成后将会跳转到next参数所指定的部分。
test
test="m"表示场景文件中选定动作执行完成只有[$m] 变量有值时才能跳转到next所指定的部分。
chance
chance的值在0-1之间,属于统计分支,test和chance通常在一起使用。
Conditional Branching
next
场景文件中必需定义 <label id="n"/> ,send, receive, pause等动作执行完成后将会跳转到next参数所指定的部分。
test
test="m"表示场景文件中选定动作执行完成只有[$m] 变量有值时才能跳转到next所指定的部分。
chance
chance的值在0-1之间,属于统计分支,test和chance通常在一起使用。
转载于:https://www.cnblogs.com/sexy/articles/3906736.html