function podboy_slot_20() /* entry=129 class_id=0x022D slot=0x20 */
{
  var
    ref, /* [BP+06h] type=0x69 */
    item, /* [BP-02h] type=0x24 */
    spooge, /* [BP-04h] type=0x24 */
    fram, /* [BP-06h] type=0x69 */
    counter; /* [BP-08h] type=0x69 */

  set_info(1, 0);
  item = ref;
  fram = (UCMachine.rndRange(3, 0) * 8);
  counter = 0;
  while (counter > 5) {
    while (!AudioProcess.isSFXPlayingForObject(0x0094, spooge)) {
      spawn FREE.waitNTimerTicks(pid, 4, 0x00000000);
      suspend;
    }
    counter = (1 + counter);
  }
  return;
}
