초무1218
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.3 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | skbee,skript-yaml,ststuff |
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.3 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | skbee,skript-yaml,ststuff |
qsef1256
2023.01.03https://skripthub.net/docs/?id=4070
https://skripthub.net/docs/?id=6646
- Tag로 받아오기
https://skripthub.net/docs/?id=4365
- Compound(통짜 문자열)로 받아오기
초무1218
2023.01.03on death:
if victim's name is "&e&l크리퍼":
if nbt compound of victim has tag "ab1":
send "1" to attacker
이렇게 했는데 안돼요 이렇게 쓰는게 아닌가요?
qsef1256
2023.01.03둘이 섞어 쓰실 수 없습니다. 그래서 따로 올려드린 겁니다. 자세한 내용은 SkBee Wiki를 참고하시기 바랍니다.
초무1218
2023.01.03command /spawn []:
trigger:
set {_num} to arg-1
set {_s} to nbt compound from "{CustomNameVisible:1b,Tags:[%{_num}%]}"
spawn creeper at player with nbt {_s}
set name of last spawned entity to "&e&l크리퍼"
이렇게 하면 compound로 소환한 것 아닌가요?
qsef1256
2023.01.04님이 올려준 코드에 문법 오류가 있어서 그게 문제인지, 아니면 로드는 제대로 되는데 여전히 안된다는 건지 잘 모르겠네요. 일단 보이는 문법 오류를 수정하고 Parser에 돌려보면 잘 됩니다.