ArrowQuest it does not close - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: ArrowQuest it does not close (/Thread-ArrowQuest-it-does-not-close) |
ArrowQuest it does not close - Satvet - 03-21-2020 01:39 AM Quote:ON=@UserQuestArrowClickin this way was working before. now it doesn't close when I click the arrow RE: ArrowQuest it does not close - Jhobean - 03-22-2020 04:41 AM For closing, you must put 0,0,0 coord SRC.ARROWQUEST 0, 0, 0 You can try my compass You will need the gump Code: [DIALOG d_boussole] RE: ArrowQuest it does not close - Satvet - 03-22-2020 07:16 AM I tried "SRC.ARROWQUEST 0,0,0". sorry my mistake, "(0,0,0 coord)" I should have said I tried. doesn't work that way How can I use the codes you provided? Can you talk about? RE: ArrowQuest it does not close - Jhobean - 03-22-2020 10:11 AM It's a compass, you enter a coord andnthe arrow quest appear. When closing the Compass (closing dialog) the arrow quest dissapear. RE: ArrowQuest it does not close - Satvet - 03-24-2020 02:44 AM @Jhobean, thx. I checked again the sample you gave, it works fine now. the last comma must be one Quote:ON=@UserQuestArrowClick RE: ArrowQuest it does not close - Coruja - 03-24-2020 05:25 AM clients can show multiple arrows at the same time, and each arrow must have an unique ID (0 ~ 255), so if you open an arrow with ID 1 (ARROWQUEST 1234,1234,1) you must also specify this same ID 1 to close it (ARROWQUEST 0,0,1) |