
Event Callback Script
Event Callback Script manages server-side callback handlers that run around built-in GearN operations. Use it to customize behavior without changing the core server flow directly.
- Callback list: Review callback functions by name, event, status, and creation time.
- Lifecycle control: Create, edit, enable, disable, or remove callback scripts from the dashboard.
- Runtime impact: Callback logic can change authentication, player data, inventory, content, and other server operations.
- Debug flow: Check Server Logs after editing callback behavior.
Keep callback scripts small and predictable. A bad callback can block or corrupt otherwise valid server operations.