S shaliuno New Member Joined Jun 16, 2012 Messages 478 Reaction score 3 Jul 25, 2012 #1 (removed) Last edited: Dec 12, 2012
superreeen Member Joined Jan 28, 2011 Messages 307 Reaction score 2 Jul 25, 2012 #2 As far as I know DB uses Python syntax for profile conditions.
baesjunk Member Joined Jun 13, 2012 Messages 33 Reaction score 0 Jul 25, 2012 #3 is there a documentation page or wiki page for the demon buddy? like documentation for the objects and syntax, etc..
is there a documentation page or wiki page for the demon buddy? like documentation for the objects and syntax, etc..
Apoc Well-Known Member Joined Jan 16, 2010 Messages 2,790 Reaction score 94 Jul 26, 2012 #4 For DB you can replace "&&" with "and" and "!" with "not". We use the Python interpreter for the condition parsing in DB. (Its just plain faster than what we use in HB) Feel free to read up on python conditional syntax for further clarification.
For DB you can replace "&&" with "and" and "!" with "not". We use the Python interpreter for the condition parsing in DB. (Its just plain faster than what we use in HB) Feel free to read up on python conditional syntax for further clarification.