|
发表于 2023-10-16 02:01:00
|
显示全部楼层
event_inherited()
closeButton = scr_adaptiveCloseButtonCreate(id, (depth - 1), 121, 3)
with (closeButton)
drawHover = 1
getbutton = scr_adaptiveTakeAllButtonCreate(id, (depth - 1), 122, 27)
with (getbutton)
owner = other.id
cellsContainer = scr_guiCreateContainer(id, o_guiContainerEmpty, depth, (adaptiveOffsetX - 270), (adaptiveOffsetY - 245))
cellsRowSize = 18
scr_inventory_add_cells(id, cellsContainer, cellsRowSize, 15) |
|