Appearance
Examples
Short, curated Lua — not full automation scripts.
- Hello from a module — Smallest runnable script: print once, then stays loaded on tick.
- Say in-game — High-level LocalPlayer:say after resolving the local player from the engine.
- Buy from an open trade — Npc.buy after the NPC trade window is already open. offer.sell is the price you pay.
- Listen for Talk — Subscribe to the typed inbound Talk decoder and print speaker plus text.