|
MCrews17 Beginner
Joined: 16 Oct 2011 Posts: 13
|
Posted: Sun Jan 29, 2012 8:58 pm
Organizing routines, any ideas? |
I'm trying to think of a way to create custom timers for various tasks.
I was hoping to organize them like you would use TYPES in Basic, storing each timer into it's own array.
Does anyone know if CMUD supports anything like the code below?
Code: |
TYPE timertype
name=10
min=10
sec=10
END TYPE
DIM timer(100) AS timertype
|
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Mon Jan 30, 2012 3:13 am |
You want the #ALARM command i believe, time sensative triggers
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|