1
0
EQ2Emu/docs/lua_functions/SetCanEvac.md

272 B

Function: SetCanEvac(spawn, canevac)

Description: Sets if the zone allows evac in the area.

Parameters:

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

Returns: None.

Example:

Example Required