Do a search, I seen it somewhere around ages ago, but I'm not looking for it and I can't do spawning either.
from utilities import * (hit enter) game.obj_create(#####, location_from_axis(###L, ###L)) (hit enter) The first number is the id# from the protos.tab of the NPC u want to spawn - Meleny is 8015, or, if you have other tastes, Kobort is 8005. The other numbers are the X and Y locations of where u want to spawn them. To find these, stick you first (leftmost) character where u want them to appear, then do this: location_to_axis(game.party[0].location)
Right on. Continue like this, and you'll suffer the same fate as your twin domonater. Listen carefully now: DO NOT spam this board with posts that go "plz plz plz anser me!". Patience is a virtue. The file "description.mes" as a list of all NPCs. What are ncp's?
This may happen if one of the parameters is wrong (almost surely the prototype identifier - the first parameter). It's a good idea to have a list of all objects in the game, but there's no such a list here on Co8. It's kind of hard to explain how to get the list of objects though (if you never modded the game before) - basically speaking there is a file (description.mes) that can be extracted from one of the DAT files, that contains a list of numbers and corresponding object descriptions... Hope this helps. Also, check the thread "SPAWNING CREATURES (A LITTLE WEIRD BUT WORKS)" in "General modification", it has plenty of basic information about spawning objects (NPCs too). By the way, Morpheus has a good point when he says that spamming this board is not a good idea. It's your first time you do it, so you won't get punished right now, but if you continue doing the same thing it's a good way to get banned. You have been warned. All the spam posts are deleted. - Agetian