Skip to content

Follow ​

GameclientMessageFollow · outbound · 32 bytes

Send scalars/strings with Packet.send. Print the live usage block with Packet.help("Follow").

lua
local Packet = require("sdk.packet")

Packet.send("Follow", {
  creature_id = 0,
  creature_id2 = 0,
})
NameKindNested
creature_idu32—
creature_id2u32—

Arcane SDK catalog generated from scripts/sdk