View Single Post
Lord Magus
Senior Member
 
Join Date: Jan 2011
Location: Quebec, QC, Canada
Posts: 464

Old March 31st, 2019, 04:21 AM
Quick pointers, i hope they help

If Phase is Pre-Attributes, attributes have not yet been determined, so you cannot manipulate them. Timing should be later (Post attributes?)

minimum(interval,6) would return the lowest value between int-3 and 6, which doesn't sound like what you're gunning for here. Use maximum (int-3,3) instead
Lord Magus is offline   #5 Reply With Quote