Advertisement
Kamado

Untitled

Apr 14th, 2022
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. on load:
  2. delete {eikenGrade::*}
  3. add "p1" to {eikenGrade::*}
  4.  
  5. command /engwords [<text>] [<text>] [<text>]:
  6. trigger:
  7. if arg 1 is "add":
  8. if {eikenGrade::*} contains arg 2:
  9. if arg-3 is set:
  10. set {_Words::*} to split "%arg 3%" by "-"
  11. if {_Words::2} is set:
  12. set {_Word} to {_Words::1}
  13. set {_Meaning} to {_Words::2}
  14. send "%arg-2% / %{_Word}% / %{_Meaning}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement