1
0
EQ2Emu/docs/lua_functions/SetFactionID.md

262 B

Function: SetFactionID(spawn, value)

Description: Sets the faction of the Spawn(NPC).

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • value (int32) - Integer value value.

Returns: None.

Example:

Example Required