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
Gump Menu Help, Page switch
Author Message
Osirirs
Journeyman
*

Posts: 73
Likes Given: 6
Likes Received: 4 in 2 posts
Joined: Feb 2014
Reputation: 2



Post: #1
Gump Menu Help, Page switch
So I've been working on my level system stuff along with shard welcome and ever since I try do a page witch or add stats the menu just closes.

So let's say for my level menu, I'm trying to stop it from closing everytime I add a stat, I want to be able to just click the buttons and I close it when I'm done (obviously) I have a feeling the mistake is really stupid but..yea.. haha

[DIALOG d_levelm]
0,0
page 0
resizepic 44 60 9390 316 479
text 83 105 1171 0
gumppic 82 264 7015
gumppic 82 344 7008
gumppic 82 425 7030
text 84 131 1257 1
gumppic 67 216 1143
text 163 219 1257 2
text 158 266 0 3
text 158 346 0 4
text 158 426 0 5
text 269 105 1171 6
text 160 283 1257 7
text 160 441 1257 8
text 160 362 1257 9
text 270 131 1257 10
button 161 307 5541 5542 1 0 0
button 161 466 5541 5542 1 0 0
button 161 386 5541 5542 1 0 0
text 83 190 1171 11

[DIALOG d_levelm text]
Character Statisctics
<src.name>
<EVAL <TAG.Ep>> / <EVAL <TAG.ED> -<TAG.EP>>
Strength
Dexterity
Intelligence
Level
<src.str>
<src.int>
<src.dex>
<EVAL <TAG.LVL>>
Experience

[DIALOG d_levelm button]
ON=0
// Str increase
// IF <src.restest1 i_stat_point>
src.consume=1 i_stat_point
src.str=<src.str>+1
else
src.sysmessage You don't have any more @1257 Stat Point(s)
endif
return 1

ON=0
// Int Increase
// IF <src.restest1 i_stat_point>
src.consume=1 i_stat_point
src.int=<src.int>+1
else
src.sysmessage You don't have any more @1257 Stat Point(s)
endif
return 1

ON=0
// Dex Increase
// IF <src.restest1 i_stat_point>
src.consume=1 i_stat_point
src.dex=<src.dex>+1
else
src.sysmessage You don't have any more @1257 Stat Point(s)
endif
return 1
08-10-2015 04:55 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Gump Menu Help, Page switch - Osirirs - 08-10-2015 04:55 AM
RE: Gump Menu Help, Page switch - XuN - 08-10-2015, 05:04 AM
RE: Gump Menu Help, Page switch - Osirirs - 08-10-2015, 06:01 AM

Forum Jump:


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