Skip to content

C:CreateCreature(code) SOD

BarkspawnBarkspawn Member Posts: 6
Hey guys, I'm wondering if anyone got any charts with codes to use to summon monsters/NPC's. I have looked around but haven't found any codes to summon anything. For example, if I want to summon a zombie, what do I write in C:CreateCreature(code) instead of the ('code') ???
Thanks

Comments

  • BillyYankBillyYank Member Posts: 2,768
    edited April 2016
    Download Near Infinity and open your game with it. Search for the creature's name, that will find the StringRefs that contain that name. On those stringrefs, there's a button that shows you what references that stringref. Among these will be .CRE files, these are the creature files. There will probably be more than one of most monsters and even many NPC's. Examine those to find out which one you want and the name of the file, without the .CRE is what you need to type in the CreateCreature("code").

    This is an example from IWD:

  • BarkspawnBarkspawn Member Posts: 6
    Okay, thanks a lot!
Sign In or Register to comment.