PDA

View Full Version : quest::settarget


mwmdragon
03-22-2005, 06:13 PM
What are the constants that can be used as the "type" in this command

quest::settarget(type,ID)

A complete Lexicon is almost done. After i get this info it should be out in the next day or so.

cofruben
03-22-2005, 11:17 PM
"Usage: settarget(type, target_id)"

type= char*
target_id=int

type can be:
-npctype
-entity

or anything else.

mwmdragon
03-23-2005, 06:43 PM
Can you give me an example please?

Rodnoldo
04-08-2005, 04:58 AM
Has anyone made this work?

I'd like to see how it can be applied in some of my quest projects.

Thanks,
Rodnoldo

fathernitwit
04-14-2005, 04:55 AM
I havent actually tried it, but it should allow you to put in the NPC's entity ID (temporary, associated with this specific spawn), or the NPC's npc_types ID.