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
Age count
Author Message
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #1
Age count
Got a little script that shows your characters age by days. But I'm wanting to have this script show weeks,months, and years, instead of x amount of days. How would I go about doing that? Thank you


Code:
[EVENTS e_age]

ON=@LOGIN
IF <SRC.TAG0.AGE> =
SRC.TAG0.AGE=0
TIMERF 86400 , f_age // 1 day in seconds

[FUNCTION f_age]
SRC.TAG0.AGE=<EVAL (<SRC.TAG0.AGE>+1)>
SRC.SYSMESSAGE You are now one day older. Type .age to see your current age.
TIMERF 86400 , f_age

[FUNCTION age]
SRC.SYSMESSAGE Your character is <EVAL <SRC.TAG0.AGE>> days old.
ENDIF
11-10-2016 07:34 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Age count - Leonidas - 11-10-2016 07:34 AM
RE: Age count - Kanibal - 11-10-2016, 07:45 AM
RE: Age count - Leonidas - 11-10-2016, 08:15 AM
RE: Age count - Kanibal - 11-10-2016, 08:23 AM
RE: Age count - Leonidas - 11-10-2016, 08:29 AM
RE: Age count - Kanibal - 11-10-2016, 08:48 AM
RE: Age count - Leonidas - 11-10-2016, 09:05 AM
RE: Age count - Kanibal - 11-10-2016, 09:12 AM
RE: Age count - Leonidas - 11-10-2016, 03:39 PM
RE: Age count - Kanibal - 11-10-2016, 08:59 PM
RE: Age count - Leonidas - 11-11-2016, 12:10 PM
RE: Age count - Ben - 11-14-2016, 06:22 AM
RE: Age count - Leonidas - 11-14-2016, 08:33 AM
RE: Age count - Ben - 11-14-2016, 08:58 AM
RE: Age count - Coruja - 11-18-2016, 02:53 PM

Forum Jump:


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