개인 자료란 (JE)

  서버 커뮤니티

Profile 슈퍼레몬 정품인증자

superlemon1118 a7955b3ce2714157b6daa1fa0296718a

Profile

질문하기 스크립트

스크립트 <cmd>

2024.01.29 조회 수 84 추천 수 0
이해도 중급자 
게임버전 (JE) 1.19.4 
게임버전 (BE) 관련없음 
스크립트 버전 2.8.0 pre-1 

스크립트의 <cmd:> 안에 %player%같은걸 못 넣는데, 넣을수 있게 해주는 방법이 있나요?




1개의 댓글

windy_wind
2024.01.30

아마도 변수를 넣는건 안되는 걸로 알고 있습니다..
따라서 그냥 따로 변수 만드시고 커맨드로 작동시키세요
ex)

on damage of player:
 set {변수::%player%::적} to type of victim
 set {변수::%player%::체력} to victim's health
 set {변수::%player%::데미지} to damage
 send "적 정보 보기: &a<cmd:/정보>[클릭]"

command /정보:
 trigger:
  {변수::%player%::*} is set
  loop {변수::%player%::*}:
   send "%loop-index%: %loop-value%"
  delete {변수::%player%::*}