cyberware-2281/src/CWxOnBarter.gek
2024-04-27 00:30:12 +02:00

17 lines
256 B
Plaintext

scn CWxOnBarter
int iMenuID
begin function { iMenuID }
if GetHasNote CWxImplantsNote
SetOnMenuCloseEventHandler CWxOnBarter 0 1053
return
endif
if player.GetItemCount CWxImplantsAllList > 0
call CWxOnAddImplant playerRef playerRef
endif
end