• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Scopes with Initializers cannot allow nested scopes?

Status
Not open for further replies.
Level 11
Joined
Apr 29, 2007
Messages
826
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.
 
Level 11
Joined
Apr 29, 2007
Messages
826
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.
Top