개인 자료란 (JE)

  서버 커뮤니티

Profile 머농 대표칭호 없음
Profile

질문하기 스크립트

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

2024.07.08 조회 수 62 추천 수 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/348/896/003/262x150.crop.jpg?20241006103035

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

물귀신

2024-10-06

1

/files/thumbnails/839/895/003/262x150.crop.jpg?20241006021227

SRV레코드는 보안도메인이 아닙니다. [서버오픈시 필독]

물귀신

2024-10-05

2

/files/thumbnails/648/892/003/262x150.crop.jpg?20241002184058

아티클

마인크래프트 라이브 2024 후기: 무성의가 느껴졌던 '절망편' 라이브

라비

2024-10-02

2

/files/thumbnails/693/890/003/262x150.crop.jpg?20241007140310

소식

[방송인 필독] 시참 컨텐츠 방송인분들께 DDoS(디도스) 공격을 퍼붓는 용의자 특정중, 예방 & 대처법 정리 9

해그

2024-10-01

1

사진이 없습니다.

레드스톤

[노트블럭 패러디] 신창섭 - 모장이 다해줬잖아

노트블럭전문가

2024-09-28

0