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

unexpected jass error?

Status
Not open for further replies.
Level 9
Joined
Jun 13, 2008
Messages
353
oww gotcha!...I'm sorry and didn't ever use this method:)
JASS:
//Graham scan a convex hull - Transcribed from [url]http://en.wikipedia.org/wiki/Graham_scan[/url]
    set stack[0] = sorted[0]
    set stack[1] = sorted[1]
    set slen = 2
    set i = 2
    loop
jasshelper says:cannot assign a struct array's index
and picks this:
JASS:
set stack[0] = sorted[0]
 
Status
Not open for further replies.
Top