• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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