클라나드
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.2 _dev37c |
인벤 세이브 스크립트 간단하게 짤려고합니다
기본적으로 인벤보호권 이라는 아이템이 있어야 세이브가 되고 1개씩 소실 되는 구조로 가려고 하는데
리스폰 시 인벤보호권 이라 적인 종이가 있을때 를 조건문에서 나 나중에 아이템 하나 제거할때 어떻게 넣어야 될지 모르겠어서 질문합니다.
지금 코드는 이렇습니다.
command /인벤보호권 [<player>] [<integer>]:
trigger:
if arg 1 is not set:
message "/인벤보호권 닉네임 갯수"
if arg 1 is set:
if arg 2 is set:
give arg 2 of paper named "인벤보호권" to arg 1
on death:
set {savedinventory::%victim%} to serialized contents of victim's current inventory
on respawn:
if amount of paper name contains "인벤보호권" in inventory of player > 0:
wait 1 tick
give {savedinventory::%player%} to player
set player's tool to air
댓글이 없습니다.
새로운 댓글을 등록해 주세요!