• 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.

Nested struct

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
Im used to working in libraries but I decided to go into a struct for a project but i keep getting this error

Line ### : Nested Struct
(first struct declaration)

JASS:
struct Structz
    module onInit (error on this line)
        private static method onInit takes nothing returns nothing
        endmethod
    endmodule
    implement onInit
endstruct

how do i fix this
 
Status
Not open for further replies.
Top