mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
321 B
321 B
Function: AddRecipeBookToPlayer(player, recipe_book_id)
Description: Adds a recipe book to the Player's.
Parameters:
player(Spawn) - Spawn object representingplayer.recipe_book_id(uint32) - Integer valuerecipe_book_id.
Returns: None.
Example:
AddRecipeBook(Player, 1)