goodnecromancerpoison.lua 353 B

123456789101112131415
  1. --[[
  2. Script Name : SpawnScripts/SourceEvil/goodnecromancerpoison.lua
  3. Script Author : Jabantiz
  4. Script Date : 2016.09.09 11:09:58
  5. Script Purpose : Makes the poison cube not block everything
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "activity_state", "0")
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end