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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Dialog after a Dialog
Author Message
yopa
Apprentice
*

Posts: 7
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2013
Reputation: 0



Post: #1
New Dialog after a Dialog
I'm slowly learning, I hope my questions don't bother most of you. ;(

Code:
ON=*QUEST*
IF (<SRC.TAG.INQUEST> == 01)
DIALOG d_inquest
ELSEIF (<SRC.TAG.QUESTCOMPLETED> == 01)
DIALOG d_questdone
ELSE
DIALOG d_quest
ENDIF
Return 1

On d_quest, I have a button to accept the quest:

Code:
[DIALOG d_quest BUTTON]
ONBUTTON=10
IF (<SRC.TAG.INQUEST> == 01)
DIALOG d_inquest
ELSEIF (<SRC.TAG.QUESTCOMPLETED> == 01)
DIALOG d_questdone
ELSE DIALOG d_quest_accepted
SRC.TAG.INQUEST=1
ENDIF
Return 1

It is checking correctly, it tags me correctly (SRC.TAG.INQUEST=1) but the new dialog (d_quest_accepted) will not come.

Thanks!
04-05-2013 03:59 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
New Dialog after a Dialog - yopa - 04-05-2013 03:59 AM
RE: New Dialog after a Dialog - darksun84 - 04-05-2013, 04:05 AM
RE: New Dialog after a Dialog - yopa - 04-06-2013, 03:28 PM

Forum Jump:


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