regneq f7fe10fc98 Implemented lua methods eq.pause_timer("timername") and eq.resume_tim…
…er("timername"). This allows developers to pause and resume the given timer on the current NPC.

Added lua method eq.is_paused_timer("timername") to check to see if y…

…ou have a paused timer or not. Example usage:

if(eq.is_paused_timer("test"))then
     e.self:Say("You have a paused timer.");
else
     e.self:Say("You do not have a paused timer.");
end

(credit goes to Cavedude)
2018-04-27 16:31:35 -07:00
..
2015-06-20 19:44:00 -07:00
2018-01-20 19:19:40 -05:00
2018-04-08 18:26:25 -04:00
2017-07-04 13:01:34 -04:00
2017-06-25 18:18:27 -04:00
2018-04-12 20:14:02 -04:00
2018-04-12 20:14:02 -04:00
2018-03-26 03:38:08 -04:00
2018-02-12 19:42:09 -05:00
2018-03-17 07:54:39 -04:00
2018-01-18 18:30:29 -05:00
2018-02-24 09:08:11 -05:00
2017-01-15 00:03:02 -05:00
2018-03-24 21:06:56 -04:00
2016-10-30 22:51:50 -04:00
2016-05-24 23:24:49 -05:00
2017-08-24 04:15:55 -05:00
2018-01-27 19:08:15 -05:00
2018-01-27 19:08:15 -05:00
2018-02-26 09:33:15 -08:00
2018-03-04 13:54:28 -05:00
2017-09-17 12:11:02 -04:00
2018-02-24 09:08:11 -05:00
2017-10-08 21:43:16 -04:00
2017-10-08 21:43:16 -04:00
2017-04-10 14:52:44 -04:00
2017-05-19 22:50:08 -07:00
2016-11-09 12:14:24 -05:00
2016-11-09 12:14:24 -05:00
2018-03-06 23:03:55 -05:00
2018-03-06 23:03:55 -05:00
2017-06-16 23:12:54 -07:00
2017-06-16 23:12:54 -07:00
2017-06-19 14:45:08 -07:00
2017-05-15 15:46:19 -07:00
2018-03-08 18:03:15 -05:00
2018-03-08 18:03:15 -05:00
2017-10-08 00:13:53 -04:00
2018-03-15 16:20:00 -04:00
2014-08-21 23:46:01 -07:00
2017-10-16 13:20:33 -05:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2018-02-10 22:15:21 -05:00
2015-01-22 16:52:50 -08:00
2016-05-20 21:03:34 -05:00
2016-05-25 16:10:28 -04:00
2018-03-25 14:33:38 -04:00
2016-05-25 16:10:28 -04:00
2018-03-09 17:26:22 -05:00
2016-05-25 16:10:28 -04:00
2016-05-25 16:10:28 -04:00
2014-08-21 23:46:01 -07:00
2014-08-21 23:46:01 -07:00
2017-10-16 15:52:59 -05:00
2018-03-03 13:10:32 -05:00
2018-02-24 09:08:11 -05:00
2017-04-02 20:03:51 -07:00
2017-05-15 15:46:19 -07:00
2016-05-25 16:10:28 -04:00
2018-03-08 18:03:15 -05:00
2014-12-15 19:16:53 -06:00
2017-07-15 20:29:55 -07:00