The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ArrowQuest it does not close
Author Message
Jhobean
Journeyman
*

Posts: 98
Likes Given: 11
Likes Received: 9 in 3 posts
Joined: Jun 2019
Reputation: 2



Post: #2
RE: ArrowQuest it does not close
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]
0,0
page 0

gumppic 60 0 5012 //Boussole

dtext 160 245 165 Saisir la
dtext 105 260 165 coordonnées de la destination

dtext 130 280 165 X
dtextentry 150 280 200 20 332 0 <SRC.dtag0.boussolex>
dtext 200 280 165 Y
dtextentry 220 280 200 20 332 1 <SRC.dtag0.boussoley>

button 155 305 1149 1148 1 0 1 //OK


[DIALOG d_boussole button]
ON=0 //fernenture du dialog
SRC.ARROWQUEST 0, 0, 0 //ferme la fleche

ON=1 //actualisation de la flècehs

SRC.tag.boussolex=<ARGTXT[0]>
SRC.tag.boussoley=<ARGTXT[1]>
IF <ISNUM <ARGTXT[0]>>
    IF <ISNUM <ARGTXT[1]>>
        SRC.ARROWQUEST <SRC.dtag0.boussolex>, <SRC.dtag0.boussoley>, 1
    ELSE
    Src.sysmessage @60 Seul les nombres sont acceptes.
    ENDIF
ELSE
Src.sysmessage @60 Seul les nombres sont acceptes.
ENDIF
DIALOG d_boussole

https://www.uocryptonite.com/
03-22-2020 04:41 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
ArrowQuest it does not close - Satvet - 03-21-2020, 01:39 AM
RE: ArrowQuest it does not close - Jhobean - 03-22-2020 04:41 AM
RE: ArrowQuest it does not close - Satvet - 03-22-2020, 07:16 AM
RE: ArrowQuest it does not close - Jhobean - 03-22-2020, 10:11 AM
RE: ArrowQuest it does not close - Satvet - 03-24-2020, 02:44 AM
RE: ArrowQuest it does not close - Coruja - 03-24-2020, 05:25 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)