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

Using ObjectMerger

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
I've never used ObjectMerger before and I'm trying to use it for one of my spells, but it hates my script
JASS:
//! textmacro MakeBitSend takes BIT, HOTKEY, ORDER
  //! external ObjectMerger w3a ANcl A#*$BIT$ acat " " aeat " " atat " " Ncl4 0.00 Ncl6 "$ORDER$" Ncl5 0 Ncl1 0.00 Ncl3 1 aher 0 alev 1 arac "human" ahky "$HOTKEY$" anam="$BIT$"
//! endtextmacro

//! runtextmacro MakeBitSend("/", "A", "webon")

gives me an error on nearly every field. Help? I'm trying to make a dummy spel based off of chanel
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
I don't think you can use textmacros together with objectmerger.

Also, you might need the hotfix for objectmerger to properly work with the multi-choice box on channel.

fixed it.

Ncl# have to have a number after them to indicate what level they are

but now, anam isnt getting set and Ncl3 is getting a wierd #
 
Status
Not open for further replies.
Top