Posts: 262
Threads: 5
Joined: Sep 2009
Reputation:
0
HI. Can I use enum constructs as local variables, in functions, block etc.
In stock's it's works fine, but in dialogs block, it's leaks and and the compiler is wrong, like i lost bracket somewhere.
Posts: 1,464
Threads: 90
Joined: Aug 2009
Reputation:
0
No, I think they are only global, they can't really be added locally.
Posts: 262
Threads: 5
Joined: Sep 2009
Reputation:
0
Hm. But why in stocks work's fine and won't leak like in dialogs blocks.
Posts: 305
Threads: 8
Joined: Feb 2009
Reputation:
0
stocks don't print the same errors that regular functions do
Posts: 262
Threads: 5
Joined: Sep 2009
Reputation:
0
bigcomfycouch as i said, it's works for stock's but doesn't works for dialogs response public.