댓글
본문 바로가기
심즈1/제작 노트, 메모, 기타

심즈1 메모 / iff pencil2 인벤토리 아이템 확인, 추가, 삭제

by yawon 2024. 11. 2.

GIFT 속성

 

아이템이 인벤토리에 있는지 확인

Manage Inventory ( 1.x Animate Object in 2.0 ) (Find token of type GIFT with object GUID: 아이템번호 . Returning count to Temp 0 and index to Temp 2.) {flags = 1, 1, 0, 0}

Function : 51

Parameter 1 : 3

Parameter 2 : 3345

 

아이템 1개를 인벤토리에서 삭제

Manage Inventory ( 1.x Animate Object in 2.0 ) (Remove token of type with object GUID: 아이템번호 of count 1.) {flags = 1, 1, 0, 0}

Function : 51

Parameter 1 : 2049

Parameter 2 : 3345

 

아이템을 Temp 0 만큼 인벤토리에 넣기 

Manage Inventory ( 1.x Animate Object in 2.0 ) (Add token of type GIFT with object GUID:아이템번호 of count stored in Temp 0.) {flags = 0, 0, 0, 0}

Function : 51

Parameter 1 : 0

Parameter 2 : 2307

 

아이템 1개를 인벤토리에 추가

Manage Inventory ( 1.x Animate Object in 2.0 ) (Add token of type GIFT with object GUID: 아이템번호 of count 1.) {flags = 0, 0, 0, 0}

Function : 51

Parameter 1 : 0

Parameter 2 : 1

 


object 속성

 

아이템이 인벤토리에 있는지 확인

Manage Inventory ( 1.x Animate Object in 2.0 ) (Find token of type with object GUID:아이템번호. Returning count to Temp 0 and index to Temp 2.) {flags = 1, 1, 0, 0}

Function : 51

Parameter 1 : 2051

Parameter 2 : 3345

 

아이템 1개를 인벤토리에서 삭제

Manage Inventory ( 1.x Animate Object in 2.0 ) (Remove token of type with object GUID: 아이템번호 of count 1.) {flags = 1, 1, 0, 0}

Function : 51

Parameter 1 : 2049

Parameter 2 : 3345

 

아이템을 Temp 0 만큼 인벤토리에 넣기 

Manage Inventory ( 1.x Animate Object in 2.0 ) (Add token of type with object GUID: 아이템번호 of count stored in Temp 0.) {flags = 0, 0, 0, 0}

Function : 51

Parameter 1 : 2048

Parameter 2 : 2307

 

아이템 1개를 인벤토리에 추가

Manage Inventory ( 1.x Animate Object in 2.0 ) (Add token of type with object GUID: 아이템번호 of count 1.) {flags = 0, 0, 0, 0}

Function : 51

Parameter 1 : 2048

Parameter 2 : 2305


GIFT, object 공통

 

아이템을 Temp 0 만큼 인벤토리에서 삭제

Manage Inventory ( 1.x Animate Object in 2.0 ) (Remove token at index stored in Temp 1 of count stored in Temp 0.) {flags = 0, 0, 0, 1}

Function : 51

Parameter 1 : 2

Parameter 2 : 2434