Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. on chat:
  2. cancel event
  3. if player is in world "buildworld":#チャット発言者がbuildworldというワールドにいるなら
  4. loop all players:#とりあえずプレイヤー全員を指定し
  5. if loop-player is in world "buildworld":#指定されたプレイヤーがbuildworldにいるなら
  6. send "<%player%>: %message%" to loop-player#メッセージを流す
  7. else if loop-player is op:#もしOPなら
  8. send "<%player%>: %message%" to loop-player#OPの時点でどこにいてもチャットを聞こえるようにする
  9. if player is in world "mainlobby" or "afkworld":
  10. loop all players:
  11. if loop-player is in world "mainlobby" or "afkworld":
  12. send "<%player%>: %message%" to loop-player
  13. else if loop-player is op:
  14. send "<%player%>: %message%" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement