*명령어 [채팅에] /scoreboard objectives add talk dummy /scoreboard players set a talk 0 /gamerule sendCommandFeedback false [NPC 소환] /summon villager ~ ~ ~ {Invulnerable:1b,CustomNameVisible:1b,NoAI:1b,Tags:["npc1"],CustomName:'{"bold":true,"color":"gold","text":"?"}'} /summon minecraft:interaction ~ ~ ~ {width:1,height:2,Tags:["int1"]} [반복] execute as @e[tag=int1] on target if score a talk matches 0 run tellraw @a [{"text":"
[ npc ]
","color":"green"},{"text":"청금색 10개를 가져와줘
","color":"white"},{"text":"[ 수락한다 ]","color":"yellow","clickEvent":{"action":"run_command","value":"/scoreboard players add a talk 1"}}] execute if score a talk matches 1 run tellraw @a [{"text":"
[ npc ]
","color":"green"},{"text":"고맙네
","color":"white"},{"text":"[ 대화 완료 ]","color":"yellow","clickEvent":{"action":"run_command","value":"/scoreboard players add a talk 1"}}] data remove entity @e[tag=int1,limit=1] interaction + 다시 NPC와 대화를 하려면 /scoreboard players set a talk 0 위 명령어를 사용해주세요
*명령어
[채팅에]
/scoreboard objectives add talk dummy
/scoreboard players set a talk 0
/gamerule sendCommandFeedback false
[NPC 소환]
/summon villager ~ ~ ~ {Invulnerable:1b,CustomNameVisible:1b,NoAI:1b,Tags:["npc1"],CustomName:'{"bold":true,"color":"gold","text":"?"}'}
/summon minecraft:interaction ~ ~ ~ {width:1,height:2,Tags:["int1"]}
[반복]
execute as @e[tag=int1] on target if score a talk matches 0 run tellraw @a [{"text":"
[ npc ]
","color":"green"},{"text":"청금색 10개를 가져와줘
","color":"white"},{"text":"[ 수락한다 ]","color":"yellow","clickEvent":{"action":"run_command","value":"/scoreboard players add a talk 1"}}]
execute if score a talk matches 1 run tellraw @a [{"text":"
[ npc ]
","color":"green"},{"text":"고맙네
","color":"white"},{"text":"[ 대화 완료 ]","color":"yellow","clickEvent":{"action":"run_command","value":"/scoreboard players add a talk 1"}}]
data remove entity @e[tag=int1,limit=1] interaction
+ 다시 NPC와 대화를 하려면
/scoreboard players set a talk 0
위 명령어를 사용해주세요
Npc 대화 도중에 이동 하는건 어떻게 하나요 갑옷 거치대를 활용 해서 만들려고 하는데 방법을 잘 몰라서 알려주실 수 있나요?
스캔님 특정키를 누르면 커맨드가 작동되는 명령어 강좌를 올려주신수 있스신가요?
으아ㅏㄱㄱ 진짜 감사합니닷
그래서 왜 4주 만에 오신거죠?
요즘 시험 때문에 못올렸습니다ㅠ
시험 끝나고 긴 영상 달려보겠습니다ㅎ
마우스가 화면 중앙에 고정되어있는데 어떻게 마우스 포인트를 움직이나요?
채팅창을 키면 됩니다
초대장 만료된거같아요 영구적인걸로 다시 주실수 있으신가요
근데 execute as를 사용하면 지정된 실행자에게 오피가 없어도 작동이 되나요?
가능합니다!
be도 되나요?
be에서 작동되는 지는 저도 모르겟습니다
근데 be에서는 이런 명령어로 하는 것보다는
npc 대화 기능이 있는데 그걸로 많이 할겁니다
@@Scan_ dialog였나?