Advertisement
aaaaaaaasss1212

Untitled

Jul 21st, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. #made by Shovelwarf_
  2. #配布link:https://pastebin.com/edit/R971GyMG
  3. #改造/転用は許可しますが、作成者を偽った同じ内容のskriptの配布は禁止です。
  4. #Version:β1.0
  5. command /dev:
  6. trigger:
  7. send "&amade by Shovelwarf_"
  8. send "&a配布link:https://pastebin.com/edit/R971GyMG"
  9. send "&a改造/転用は許可しますが、作成者を偽った同じ内容のskriptの配布は禁止です。"
  10. send "&aVersion:β1.0"
  11. #animationban
  12. command /animationban [<text>] [<player>] [<text>]:
  13. permission: admin
  14. trigger:
  15. if arg 1 is not set:
  16. send "&bパターンリスト"
  17. send "&cheart"
  18. send "&8explosion"
  19. send "&2Barrier"
  20. send "&bFreeze"
  21. send "&cSpin"
  22. if arg 1 is "explosion":
  23. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  24. wait 3 seconds
  25. execute console command "execute %arg 2% ~ ~ ~ particle hugeexplosion ~ ~ ~ 0 0 0 0 10 normal @a"
  26. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  27. broadcast "&4=================="
  28. broadcast "&bBan実行ログ"
  29. broadcast "&b被罰者:%arg 2%"
  30. broadcast "&b実行者:%player%"
  31. broadcast "&b理由:%arg 3%"
  32. broadcast "&bBanタイプ:%arg 1%"
  33. broadcast "&4=================="
  34. kick the arg-2 due to ""
  35. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  36. set {ban.ban.%arg 2%} to true
  37. if arg 1 is "heart":
  38. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  39. wait 3 seconds
  40. execute console command "execute %arg 2% ~ ~ ~ particle heart ~ ~ ~ 1 1 1 0 500 normal @a"
  41. execute console command "execute %arg 2% ~ ~ ~ playsound entity.player.levelup ambient @a ~ ~ ~ 1 1 1"
  42. broadcast "&4=================="
  43. broadcast "&bBan実行ログ"
  44. broadcast "&b被罰者:%arg 2%"
  45. broadcast "&b実行者:%player%"
  46. broadcast "&b理由:%arg 3%"
  47. broadcast "&bBanタイプ:%arg 1%"
  48. broadcast "&4=================="
  49. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  50. command "/kick %arg 2%"
  51. set {ban.ban.%arg 2%} to true
  52. if arg 1 is "barrier":
  53. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  54. wait 3 seconds
  55. execute console command "execute %arg 2% ~ ~ ~ particle barrier ~ ~ ~ 1 1 1 0 500 normal @a"
  56. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  57. broadcast "&4=================="
  58. broadcast "&bBan実行ログ"
  59. broadcast "&b被罰者:%arg 2%"
  60. broadcast "&b実行者:%player%"
  61. broadcast "&b理由:%arg 3%"
  62. broadcast "&bBanタイプ:%arg 1%"
  63. broadcast "&4=================="
  64. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  65. kick the arg-2 due to ""
  66. set {ban.ban.%arg 2%} to true
  67. if arg 1 is "Freeze":
  68. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  69. set {ban.freeze.%arg 2%} to true
  70. wait 3 seconds
  71. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ ice"
  72. wait 1 seconds
  73. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ ice"
  74. wait 1 seconds
  75. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ lit_pumpkin"
  76. command "/execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  77. wait 2 seconds
  78. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ air"
  79. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ air"
  80. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ air"
  81. broadcast "&4=================="
  82. broadcast "&bBan実行ログ"
  83. broadcast "&b被罰者:%arg 2%"
  84. broadcast "&b実行者:%player%"
  85. broadcast "&b理由:%arg 3%"
  86. broadcast "&bBanタイプ:%arg 1%"
  87. broadcast "&4=================="
  88. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  89. kick the arg-2 due to ""
  90. set {ban.ban.%arg 2%} to true
  91. if arg 1 is "Spin":
  92. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  93. set {ban.freeze.%arg 2%} to true
  94. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  95. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 200 normal @a"
  96. set {spin.%arg 2%} to true
  97. wait 5 seconds
  98. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 500 normal @a"
  99. broadcast "&4=================="
  100. broadcast "&bBan実行ログ"
  101. broadcast "&b被罰者:%arg 2%"
  102. broadcast "&b実行者:%player%"
  103. broadcast "&b理由:%arg 3%"
  104. broadcast "&bBanタイプ:%arg 1%"
  105. broadcast "&4=================="
  106. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  107. kick the arg-2 due to ""
  108. set {ban.ban.%arg 2%} to true
  109.  
  110. #animationmodeFreeze
  111. on any move:
  112. if {ban.freeze.%player%} is true:
  113. cancel event
  114.  
  115. on break:
  116. if {ban.freeze.%player%} is true:
  117. cancel event
  118.  
  119. on place:
  120. if {ban.freeze.%player%} is true:
  121. cancel event
  122.  
  123. on chat:
  124. if {ban.freeze.%player%} is true:
  125. cancel event
  126. #banunfreeze
  127. command /unbanfreezemode [<player>]:
  128. permission: admin
  129. trigger:
  130. send "&aFreezemodeを解除しました"
  131. set {ban.freeze.%arg 1%} to false
  132. #bannoconnect
  133. on connect:
  134. if {ban.ban.%player%} is true:
  135. kick the player due to "&4あなたは%{ban.setservername}%からbanを受けています"
  136. #servername
  137. command /banname [<text>]:
  138. permission: banname
  139. trigger:
  140. set {ban.setservername} to arg
  141. send "&a設定完了%{ban.setservername}%"
  142. #unban
  143. command /unban [<text>]:
  144. permission: admin
  145. trigger:
  146. set {ban.ban.%arg 1%} to false
  147. send "&a%arg 1%のbanを解除"
  148. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  149. #testanimation
  150. command /tanimation [<text>] [<player>] [<text>]:
  151. permission: admin
  152. trigger:
  153. if arg 1 is not set:
  154. send "&bパターンリスト"
  155. send "&cheart"
  156. send "&8explosion"
  157. send "&2Barrier"
  158. send "&bFreeze"
  159. send "&8Spin"
  160. if arg 1 is "explosion":
  161. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  162. wait 3 seconds
  163. execute console command "execute %arg 2% ~ ~ ~ particle hugeexplosion ~ ~ ~ 0 0 0 0 10 normal @a"
  164. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  165. broadcast "&4=================="
  166. broadcast "&bBan実行ログ"
  167. broadcast "&b被罰者:%arg 2%"
  168. broadcast "&b実行者:%player%"
  169. broadcast "&b理由:%arg 3%"
  170. broadcast "&bBanタイプ:%arg 1%"
  171. broadcast "&4=================="
  172. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  173. if arg 1 is "heart":
  174. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  175. wait 3 seconds
  176. execute console command "execute %arg 2% ~ ~ ~ particle heart ~ ~ ~ 1 1 1 0 500 normal @a"
  177. execute console command "execute %arg 2% ~ ~ ~ playsound entity.player.levelup ambient @a ~ ~ ~ 1 1 1"
  178. broadcast "&4=================="
  179. broadcast "&bBan実行ログ"
  180. broadcast "&b被罰者:%arg 2%"
  181. broadcast "&b実行者:%player%"
  182. broadcast "&b理由:%arg 3%"
  183. broadcast "&bBanタイプ:%arg 1%"
  184. broadcast "&4=================="
  185. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  186. if arg 1 is "barrier":
  187. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  188. wait 3 seconds
  189. execute console command "execute %arg 2% ~ ~ ~ particle barrier ~ ~ ~ 1 1 1 0 500 normal @a"
  190. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  191. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  192. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  193. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  194. broadcast "&4=================="
  195. broadcast "&bBan実行ログ"
  196. broadcast "&b被罰者:%arg 2%"
  197. broadcast "&b実行者:%player%"
  198. broadcast "&b理由:%arg 3%"
  199. broadcast "&bBanタイプ:%arg 1%"
  200. broadcast "&4=================="
  201. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  202. if arg 1 is "Freeze":
  203. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  204. set {ban.freeze.%arg 2%} to true
  205. wait 3 seconds
  206. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ ice"
  207. wait 1 seconds
  208. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ ice"
  209. wait 1 seconds
  210. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ lit_pumpkin"
  211. command "/execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  212. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ air"
  213. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ air"
  214. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ air"
  215. broadcast "&4=================="
  216. broadcast "&bBan実行ログ"
  217. broadcast "&b被罰者:%arg 2%"
  218. broadcast "&b実行者:%player%"
  219. broadcast "&b理由:%arg 3%"
  220. broadcast "&bBanタイプ:%arg 1%"
  221. broadcast "&4=================="
  222. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  223. if arg 1 is "Spin":
  224. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  225. set {ban.freeze.%arg 2%} to true
  226. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  227. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 200 normal @a"
  228. set {spin.%arg 2%} to true
  229. wait 5 seconds
  230. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 500 normal @a"
  231. broadcast "&4=================="
  232. broadcast "&bBan実行ログ"
  233. broadcast "&b被罰者:%arg 2%"
  234. broadcast "&b実行者:%player%"
  235. broadcast "&b理由:%arg 3%"
  236. broadcast "&bBanタイプ:%arg 1%"
  237. broadcast "&4=================="
  238. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  239. #kick
  240. command /kick [<player>] [<text>] [<text>]:
  241. permission: admin
  242. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  243. trigger:
  244. if arg 3 is "on":
  245. send "&a%arg 1%の処罰が完了"
  246. broadcast "&4=================="
  247. broadcast "&bKick実行ログ"
  248. broadcast "&b被罰者:%arg 1%"
  249. broadcast "&b実行者:%player%"
  250. broadcast "&b理由:%arg 2%"
  251. broadcast "&4=================="
  252. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  253. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  254. if arg 3 is "off":
  255. send "&a%arg 1%の処罰が完了"
  256. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  257. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  258. if arg 3 is not set:
  259. send "&a%arg 1%の処罰が完了"
  260. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  261. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  262. #jail
  263. command /jail [<player>] [<text>] [<text>]:
  264. permission: admin
  265. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  266. trigger:
  267. if arg 1 is not set:
  268. send "&aプレイヤーを指定してください"
  269. if arg 2 is not set:
  270. send "&a理由を指定してください"
  271. if arg 3 is not set:
  272. send "&aJailかunJailかを指定してください"
  273. if arg 3 is "jail":
  274. send "&c%arg 1%の処罰が完了"
  275. send "&c[Jail]>>>あなたは%player%によってjailされました。理由%arg 2%" to arg 1
  276. broadcast "&c[Jail] %arg 1%は投獄されました"
  277. teleport arg 1 to {Jail.Jail}
  278. set gamemode of arg 1 to Adventure
  279. if arg 3 is "unJail":
  280. send "&a%arg 1%の処罰を解除しました"
  281. send "&a[Jail]>>>あなたは%player%によってunJailされました。理由%arg 2%" to arg 1
  282. broadcast "&a[jail] %arg 1%は釈放されました"
  283. teleport arg 1 to {Jail.unJail}
  284. set gamemode of arg 1 to Survival
  285. #jailset
  286. command /jailset [<text>]:
  287. permission: admin
  288. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  289. trigger:
  290. if arg 1 is "Jail":
  291. send "&aJail先を%location of player%に設定"
  292. set {Jail.Jail} to location of player
  293. if arg 1 is "unJail":
  294. send "&aJail帰還先を%location of player%に設定"
  295. set {Jail.UnJail} to location of player
  296. if arg 1 is not set:
  297. send "&a/jailset Jail<jail時にどこにテレポートされるかを設定"
  298. send "&a/jailset unJail<解除時にどこにテレポートさせるかを設定"
  299. #cmdhelp
  300. command /management [<text>] [<text>] [<text>]:
  301. permission: admin
  302. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  303. trigger:
  304. if arg 1 is not set:
  305. send "&cError!/management help"
  306. if arg 1 is "help":
  307. send "&6---------management command list------------------------------"
  308. send "&a/animationban [タイプ] [プレイヤー] [理由]"
  309. send "&a/banname [サーバーネーム]"
  310. send "&a/unbanfreezemode [プレイヤー]"
  311. send "&a/unban [プレイヤー]"
  312. send "&a/kick [プレイヤー] [理由] [broadcastのon/off(未設定はoff]"
  313. send "&a/jail [プレイヤー] [理由] [Jail/unJail(Jail先を設定してください]"
  314. send "&a/hide [on/off]"
  315. send "&a/nametag [プレイヤー] [タグネーム]"
  316. send "&a/Freeze [プレイヤー] [理由] [Freeze/unFreeze]"
  317. send "&a/mute [プレイヤー] [理由] [mute/unmute]"
  318. send "&a/report [違反者] [違反内容]"
  319. send "&a/alltp"
  320. send "&6-------------------------------&aページ 1&6------------------------"
  321. #hide
  322. command /hide [<text>]:
  323. permission: admin
  324. permission message:Unknown command. Type "/help" for help.
  325. trigger:
  326. if arg 1 is "on":
  327. hide player from all players
  328. send "&ahide機能をonにしました"
  329. broadcast "&e%player% left the game"
  330. if arg 1 is "off":
  331. reveal player from all players
  332. send "&ahide機能をoffにしました"
  333. broadcast "&e%player% has join the game"
  334. if arg 1 is not set:
  335. send "&aError!/hide on/off"
  336. #nametag
  337. command /nametag [<player>] [<text>]:
  338. permission: admin
  339. trigger:
  340. if arg 1 is not set:
  341. send "&a/nametag [プレイヤー] [タグネーム]"
  342. if arg 2 is "reset":
  343. set arg 1's nametag to "%arg 1%"
  344. send "&e%player%のネームタグをリセットしました"
  345. if arg 2 is set:
  346. set arg 1's nametag to "%colored arg 2%"
  347. send "&e%arg 1%のネームタグを%arg 2%に変更しました"
  348. #freeze
  349. command /Freeze [<player>] [<text>] [<text>]:
  350. permission:admin
  351. trigger:
  352. if arg 3 is "Freeze":
  353. set {Freeze.%arg 1%} to true
  354. broadcast "&b%arg 1%は%player%によってFreezeされました!理由>%arg 2%"
  355. send "&a%arg 1%の処罰が完了"
  356. if arg 3 is "unFreeze":
  357. set {Freeze.%arg 1%} to true
  358. broadcast "&b%arg 1%は%player%によってFreezeが解除されました!理由>%arg 2%"
  359. send "&b処罰の解除が完了"
  360. if arg 1 is not set:
  361. send "&b/Freeze [プレイヤー] [理由] [freeze/unfreeze]"
  362. #freezelockmove
  363. on any move:
  364. if {Freeze.%player%} is true:
  365. send "&bFreezeされている"
  366. cancel event
  367.  
  368. on break:
  369. if {Freeze.%player%} is true:
  370. send "&bFreezeされている"
  371. cancel event
  372.  
  373. on place:
  374. if {Freeze.%player%} is true:
  375. send "&bFreezeされている"
  376. cancel event
  377. #mute
  378. command /mute [<player>] [<text>] [<text>]:
  379. permission: admin
  380. trigger:
  381. if arg 3 is "mute":
  382. set {Mute.%player%} to true
  383. broadcast "&6%arg 1%は%player%によってmuteされました理由>%arg 2%"
  384. send "&a%arg 1%の処罰が完了"
  385. if arg 3 is "unmute":
  386. set {Mute.%player%} to true
  387. broadcast "&6%arg 1%は%player%によってunmuteされました理由>%arg 2%"
  388. send "&a処罰の解除が完了"
  389. if arg 1 is not set:
  390. send "&6/mute [プレイヤー] [理由] [mute/unmute]"
  391. #lockchat
  392. on chat:
  393. if {Mute.%player%} is true:
  394. send "&6あなたはmuteされています"
  395. cancel event
  396. #report
  397. command /report [<player>] [<text>]:
  398. trigger:
  399. if arg 1 is not set:
  400. send "&a/report [違反者] [違反内容]"
  401. if arg 1 is set:
  402. send "&aReportが完了"
  403. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @p ~ ~ ~ 1 1 1"
  404. loop all players:
  405. if loop-player is op:
  406. message "%player%が報告 %arg 1% %arg 2%"
  407. #alltp
  408. command /alltp:
  409. permission:admin
  410. trigger:
  411. command "/tp %player% @a"
  412. #warn
  413. variables:
  414. {BANwarn} = 5
  415.  
  416. command /mywarn:
  417. trigger:
  418. message "&aあなたが警告された回数は%{warn.%player%}%です。"
  419. message "&e※<none>と書かれている場合は0回。%{BANwarn}%回警告でBAN。"
  420.  
  421. command /warnset [<number>]:
  422. permission: skript.warnset
  423. trigger:
  424. if arg 1 is not set:
  425. message "&a/warnset <数字>"
  426. if arg 1 is set:
  427. set {BANwarn} to arg 1
  428. message "&bBAN警告回数を%arg 1%回に設定しました。"
  429. broadcast "&a%player%さんがBAN警告回数を%arg 1%回に設定しました。"
  430.  
  431. command /cwarn [<player>] [<text>]:
  432. permission: skript.cwarn
  433. trigger:
  434. if {warn.%arg 1%} is 0:
  435. message "&cこれ以上減らすことはできません。"
  436. if {warn.%arg 1%} is larger than or equal to 1:
  437. add -1 to {warn.%arg 1%}
  438. broadcast "&a%player%さんが%arg 1%さんのことを%arg 2%の理由により警告スコアを1減らしました!"
  439. broadcast "&a%arg 1%さんの警告スコアは&e%{warn.%arg 1%}%&aです!"
  440.  
  441. command /warn [<player>] [<text>]:
  442. permission: skript.warn
  443. trigger:
  444. add 1 to {warn.%arg 1%}
  445. if arg 1 and arg 2 is set:
  446. broadcast "&c%arg 1%さんが&4%arg 2%&Cの理由により警告されました。"
  447. broadcast "&c%arg 1%さんの警告スコアは&4%{warn.%arg 1%}%&cです。"
  448. if {warn.%arg 1%} is larger than or equal to {BANwarn}:
  449. set {ban.ban.%arg 1%} to true
  450. command "/kick %arg 2%"
  451. send "&c警告値が一定を超えたためBanされました。" to arg 1
  452.  
  453. command /warns [<player>]:
  454. permission: skript.warns
  455. trigger:
  456. message "&e%arg 1%&bの警告スコアは&e%{warn.%arg 1%}%&bです。"
  457.  
  458. every 1 tick:
  459. loop all players:
  460. if {spin.%loop-player%} is true:
  461. command "/tp %loop-player% ~ ~ ~ ~20 ~"
  462. command /spint [<player>] [<text>]:
  463. permission: spin
  464. trigger:
  465. if arg 2 is "true":
  466. set {spin.%arg 1%} to true
  467. send "%arg 1%true"
  468. if arg 2 is "false":
  469. set {spin.%arg 1%} to false
  470. send "%arg 1%false"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement