HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

JassHelper Compile error?

03-08-2009, 04:48 AM#1
TriggerHappy
I'm trying to use type spellbook extends integer in my script, though it compiles correctly.

But no matter where i place it, whenever i test my map after jasshelper compiles, it comes to the main menu.
03-08-2009, 05:52 AM#2
Blacktastic
Err.. don't take offense but did you save? :3

I do that alot... forget to save I mean.
03-08-2009, 05:57 AM#3
TriggerHappy
Yes, I made sure I saved.

It happens no matter what.
03-08-2009, 06:53 AM#4
Bobo_The_Kodo
I don't think you can extend native types with the type keyword in vJass.

That only compiles because it is what is used in common.j
03-08-2009, 08:22 AM#5
TriggerHappy
So I can only extend something that extends something?

Like a unit, because units extend widgets?