GetPlayerSpellCount

Revision as of 04:52, 15 September 2007 by imported>WereWolf

A command for Oblivion Script Extender

Syntax:

(count:long) GetPlayerSpellCount

Returns the player spell count.

Notes

  • As of v12, GetPlayerSpellCount is an alias for GetSpellCount. As such, calling GetPlayerSpellCount without a reference will return the spell count of the implied reference, and not necessarily the player's spell count.
  • Also note that the effect of a reference-less call is determined by the version of OBSE that the player is using, not the modder.

See Also