Thread: quest::movepc
View Single Post
  #1  
Old 11-05-2004, 07:53 PM
McFox666
Sarnak
 
Join Date: Nov 2004
Posts: 62
Default quest::movepc

Hi,

I've done already one script for the translocator Sedina (ID : 1135, in qeynos) which make the translocator TPing to erud's crossing if asked.
I'm now trying to make the same thing for the Translocator Jempar (ID : 98045, in erudsxing) but for TP to Erudin.
I used the same model and change the movepc to this one :

Code:
quest::movepc(24,-342,83,24);
It works (TP me to erudin) but it zone me in loc 0, 0, 4.38
(in a small area where the wall has a texture "GOTO 0 0 20")
wtf ? I don't understant why it doesn't work there :(

Thanks

McFox
Reply With Quote