Yeah, I am working with the Enhanced Edition. Just couldn't find any guides specifically for it.
While we're at it, a few questions:
1) is there an equivalent of an if-else in Osiris? I can't find it anywhere in scripts, but I can;t believe they would leave out something so essential.
2) what's the simplest way to run a counter in Osiris? I see there are Sum functions available, but keeping track of variables in the Story Editor seems complicated.
3) how does the Random function work? Is there a way to pass to it a range inside which it should generate values? What does the Modulo argument do exactly?
Thanks for all your replies, very helpful!
A quick edit: my idea for counters consisted of making a temp DB and holding just one tuple in it with my counter's value. When I need to increment my counter, I'll just grab the current value from my DB, add 1 to it and put it back in. My initial question implied that there should be a simpler way to do it :)
Last edited by AbsoluteVirtue; 22/11/16 03:17 AM.