fornarch Posted September 29, 2006 Share Posted September 29, 2006 Ok for some reason I cant get the xmarker/map marker to work. I need to advance my quest when the player reaches the x/map marker but its not working. This is the script I have. If (GetStage TH001 == 30) If (player.GetDistance TH001XMKQ <= 100) SetStage TH001 35 EndIfEndIf Everything works fine up to stage 30 in my quest. It adds the map marker and stuff but when I go to the spot it doesnt update the quest stage to 35. Anyone know why it wouldnt do this? (o and yes the script saves in the quest) Also..Im not real clear about the differences between the xmarker, xmarkerheading, and the map marker? Thanks...Fornarch Link to comment Share on other sites More sharing options...
GBHis Posted September 29, 2006 Share Posted September 29, 2006 This won't save... You lack a scn *, a begin *, and an End statement.Post your whole script and ask again. Link to comment Share on other sites More sharing options...
Povuholo Posted September 29, 2006 Share Posted September 29, 2006 H001XMKQ? What ID is that? I believe you should just use a reference ID for this. The Xmarker can be used for a lot of things. You can make npc's go there through scripts or A.I. packages for example. These markers are not visible in game in any way. The map marker is visible; on your map when you get close enough to it. Link to comment Share on other sites More sharing options...
fornarch Posted September 29, 2006 Author Share Posted September 29, 2006 OK NEVERMIND!!! I figured out why it wasnt working. I just changed the distance from 100 to 300. Im thinking 100 was to close and I had to be standing right on top of it for it to work. So I changed it to 300 and now it works. I may make it 500 though cuz 300 is still pretty close. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.