Jump to content

PunkyRoo

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by PunkyRoo

  1. Yeah, these scripts don't work in more recent versions of Blender. Does anyone have updated scripts? Or have a link to Blender Add-ons that work?
  2. Hello! So for one of my mods I'm trying to manipulate what's in a Zombie's inventory while they are still alive. But methods like: zombie:getInventory():AddItem("MyItem") does not seem to work while the zombie is still alive. For example, I was using it while hooking into the OnWeaponHitCharacter event and it did not work. BUT, that will work after the zombie is dead. For example, when it is inside the OnZombieDead event. I noticed in the Java Docs that there is a DoZombieInventory() method that I was hoping initialized a Zombie's inventory, but calling this before and after the manipulation code had no effect. So, is it possible to access and manipulate a Zombie's library while they are still alive? If so, how? TIA, -PunkyRoo
×
×
  • Create New...