개인 자료란 (JE)

  서버 커뮤니티

Profile 머농 대표칭호 없음
Profile

질문하기 스크립트

숫자 변수가 아닌 변수를 문장에 적고싶습니다

2024.07.08 조회 수 91 추천 수 0
이해도 입문자 
게임버전 (JE) 관련없음 
게임버전 (BE) 관련없음 
스크립트 버전 2.6 

on right click with stick:    

    set {_toy} to uncolored name of player's tool

    replace all "[장난감 막대기] 0" and "" with "" in {_toy}

    message "%{_toy}%" to player

    if {_toy} is "01":

        set {_toy_2} to "black dust"

        

        

    message "%{_toy_2}%" to player

    set {_loc} to location 1 infront of head of player

    set {_ptc} to {_toy_2} with offset of 0, 0, 0 and speed 0

    set {_vec} to vector from player to location infront of player


    set {_l} to {_loc}

    set vector length of {_vec} to 0.2

    loop 100 times:

        wait 1 tick

        set {_l} to {_l} ~ {_vec}

        show {_ptc} at {_l}


이렇게 적고나서 _toy_2 에 black dust까지 나오는거를 확인했습니다

하지만 아래  

set {_ptc} to {_toy_2} with offset of 0, 0, 0 and speed 0 

이문장에서 인식을 할수없다는 오류가 나와서 예시구문을 찾을수없어 질문을 하고싶습니다




3개의 댓글

windy_wind
2024.07.08

dust를 하실거면 이 문구를 사용하시고,

색상을 원하는대로 변수값으로 설정하고 싶으시면 rgb안에 변수를 넣어 사용해보세요

 

make 1 of dust using dustOption(rgb(102,204,255), 1) at {_loc} with offset vector(0,0,0) with extra 1 with force to all players

 

 

ex)set {_r} to 100

set {_g} to 200

set {_b} to 150

make 1 of dust using dustOption(rgb({_r},{_g},{_b}), 1) at {_loc} with offset vector(0,0,0) with extra 1 with force to all players


머농
2024.07.08
@windy_wind

저 문구를 어디에다가 적어야하나요?

windy_wind
2024.07.11
@머농

set {_ptc} to {_toy_2} with offset of 0, 0, 0 and speed 0

 

대신해서요

뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3