Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Determines if player has a specific toy in their toybox

  hasToy = PlayerHasToy(itemId)

Arguments[]

itemId
number - itemId of a toy.

Returns[]

Returns true if player has itemId in their toybox, false if not.

Example[]

  if PlayerHasToy(92738) then print('Remember to wear your Safari Hat!'); end
Advertisement