Returns the Creature's script ID.
Every C++ script name is assigned a unique ID by the core.
This returns the ID for this Creature's script name.
scriptID = Creature:GetScriptId()
None.
number scriptID
Valid numbers: integers from 0 to 4,294,967,295.