HAN1110
대표칭호 없음
HAN1110 9899e780ba984d89824a90ee8deb7cb2
이해도 | 1.17 |
---|---|
게임버전 (JE) | 페이퍼 |
게임버전 (BE) | Skrayfall |
스크립트 버전 | 중급자(필요한 애드온을 찾아서 만들 수 있어요) |
스크립트 애드온 | 2.6-beta2 |
밑 구문부터 보시죠
on damage: if attacker is player: apply potion of strength of tier 3 to %attacker% for 60 seconds
안먹힙니다. 어떻게 써야하나요?
스크립터브혼
2021.07.18'player'는 [event-]player 익스프레션의 생략 패턴입니다.
player를 익스프레션이 아닌 타입으로 사용하려면 전치사 a를 붙이세요.
on damage: if attacker is a player: apply potion of strength of tier 3 to attacker for 60 seconds
HAN1110
2021.07.19오! 고맙습니다!