mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
293 B
293 B
Function: SetCoinTmpReward(quest, coins)
Description: Set the temporary reward for the quest to the coins in copper.
Parameters:
quest(Quest) - Quest object representingquest.coins(int32) - Integer valuecoins.
Returns: None.
Example:
Example Required