[JASS] Scopes with Initializers cannot allow nested scopes?

Status
Not open for further replies.
Libraries can nest scopes, I'm not sure though whether scopes can nest scopes.

e/ both works for me, now to initializers.. ok after testing, scopes with initializers cannot have nested scopes. Just use a library instead.
But if you wish to have something nested with initializers: You can't. Last way to solve this would be structs with onInit methods.
 
Went a bit over my head.

What exactly is a nested Scope?

That's a scope inside a scope right? But there's no scope inside my scope. :X
Yea, but still, it works if you don't use initializers.

EDIT: Figured it out. One of my scopes wasn't closed. Added the appropriate Endscope and it's starting to work. :\
Very well then :P
 
Status
Not open for further replies.
Back
Top