mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
422 B
422 B
Function: Say(param1, param2, param3, param4, param5)
Description: Placeholder description.
Parameters:
param1: Spawn - The spawn or entity involved.param2: string - String value.param3: Spawn - The spawn or entity involved.param4: float - Floating point value.param5: int32 - Integer value.
Returns: None.
Example:
-- Example usage
Say(..., ..., ..., ..., ...)