This function is protected.
|
Use a toy in player's toybox.
UseToyByName(name)
Arguments
- name
- string - (localized?) name of a toy.
Example
if PlayerHasToy(92738) then UseToyByName('Safari Hat'); end
See Also
UseToy()
This function is protected.
|
Use a toy in player's toybox.
UseToyByName(name)
if PlayerHasToy(92738) then UseToyByName('Safari Hat'); end
UseToy()