|
发表于 2025-4-21 11:46:18
|
显示全部楼层
你文本合脚本怎么写的 8.7的 引擎吗
GetRandomTexts ..\QuestDiary\测试.txt 10 S1 N1
SENDMSG 6 在“测试.txt”文件里,随机获取10个不相同的字符,保存在变量S1~S10或S$变量1~999里面,实际获取到字符数量为:<$STR(N1)>或N$数量
SENDMSG 6 S1=<$STR(S1)>
SENDMSG 6 S2=<$STR(S2)>
SENDMSG 6 S3=<$STR(S3)>
SENDMSG 6 S4=<$STR(S4)>
SENDMSG 6 S5=<$STR(S5)>
SENDMSG 6 S6=<$STR(S6)>
SENDMSG 6 S7=<$STR(S7)>
SENDMSG 6 S8=<$STR(S8)>
SENDMSG 6 S9=<$STR(S9)>
SENDMSG 6 S10=<$STR(S10)> |
|