#커스텀 크롭 스크립트 연동
1 messages · Page 1 of 1 (latest)
이런식으로 임포트 불러오는 것 까지 성공은 했는데 다 자랐을때 라는 구문을 못찾았네욤...
이런식으로 임포트 불러오는 것 까지 성공은 했는데 다 자랐을때 라는 구문을 못찾았네욤...
해결 했습니다!
어떻게 해결하셧는지 알수 있을까요??
set {_cropConfig} to event.cropConfig()
set {_cropStageConfig} to {_cropConfig}.stageByID(event.cropStageItemID())
set {_maxpoint} to {_cropConfig}.maxPoints()
set {_getpoint} to {_cropStageConfig}.point()
if "%{_getpoint}%" = "%{_maxpoint}%":
set {_player} to event.entityBreaker()```
이런식으로 작성하면 됩니다