Impossible to attach objects to npc's?
#10

is it possible to use a workaround for this.

example:

Код:
GetNPCPos(npc, npcx, npcy, npcz); //this is not a command that i know of at the mo
SetTimer("ObjectMove", 100, 1);

forward ObjectMove(npc, objectid);
public ObjectMove(npc, objectid){
moveobject(npc, objectid, npcx, npcy, npcz (+ or minus here));
}
Please note i have not used correct functions as i cannot look them up at work.
Reply


Messages In This Thread
Impossible to attach objects to npc's? - by Rzzr - 22.03.2010, 20:19
Re: Why doesn't this work? - by Rzzr - 23.03.2010, 08:55
Re: Why doesn't this work? - by adsy - 23.03.2010, 12:40
Re: Why doesn't this work? - by Rzzr - 23.03.2010, 14:00
Re: Why doesn't this work? - by adsy - 23.03.2010, 15:14
Re: Why doesn't this work? - by adsy - 23.03.2010, 23:36
Re: Why doesn't this work? - by Rzzr - 24.03.2010, 07:54
Re: Why doesn't this work? - by adsy - 24.03.2010, 13:12
Re: Why doesn't this work? - by Rzzr - 25.03.2010, 11:11
Re: Impossible to attach objects to npc's? - by adsy - 26.03.2010, 12:40

Forum Jump:


Users browsing this thread: 2 Guest(s)