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

Editing Custom Script

Status
Not open for further replies.
Level 7
Joined
Oct 14, 2008
Messages
340
That means your "GetItemValue()" function does not take an item arguement, can't really help you there.

there's a lot of great tutorials for learning JASS in the tutorials section.
 
Level 9
Joined
Feb 19, 2006
Messages
115
You're not putting an 'item' into udg_ItemValue[], because the GetItemValue function doesn't actually exist (unless you defined it yourself).
Do what Maximilianx said and try, "set udg_ItemValue[1] = GetManipulatedItem()"
 
Status
Not open for further replies.
Top