Can I use both randomItemList and everyItemList in the same event?
- name: STR_COLD_PACKAGE
description: STR_COLD_PACKAGE_DESCRIPTION
background: BACK13.SCR
randomItemList: [STR_SECTOID_CORPSE, STR_FLOATER_CORPSE, STR_SNAKEMAN_CORPSE]
everyItemList: [STR_PISTOL, STR_PISTOL_CLIP, STR_PISTOL_CLIP]
timer: 20
In this case, you get the pistol, two clips, and a random corpse: Sectoid, Floater or Snakeman.