Skip to main content

room.pickup_bot

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 3323
  • Header: BOT_PICKUP
  • Direction: Client to Server (c2s)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Remove a bot from the room into inventory

Payload fields

FieldTypeRequiredDescription
botIdint32requiredRoom entity ID of the bot to remove.

Behavior

Sender

Sent by the room owner to return a bot from the room to their inventory.

Receiver

The server removes the bot from the room and returns it to inventory. Confirmed in GLADIATOR.

Notes

  • No additional notes