HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Create items on function?

06-18-2004, 06:00 PM#1
TheBlackMage01
The title might be misleading but, what I want to do is have this so if I type
Code:
item necklaceofspellimmunity
it will spawn that

I have done in and gotten the events and conditions but the actions are confusing. I dont want to manually import every item so I tried to use a substring, but WE dosent allow it. Could someone give me a pointer or even maybe do it?
06-18-2004, 08:21 PM#2
TheBlackMage01
Is anyone going to reply? Or even say if its impossible.
06-18-2004, 09:48 PM#3
GaDDeN
Sorry i checked the triggers and i think there's no "trigger-way" of making what you want. if you dont want to use JASS, i think youll have to insert each item manually. "If (string) typed = necklaceofspellimmunity then: Create item necklace of spell immunity blabla"

I think thats the only way:(