HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

2 questions

02-16-2004, 10:57 PM#1
Cell
1st question)
- I bring a guy to a region
- He dies
- spawns a random custom unit

2nd question)
- I have a charge item in backpack (30 charges)
- I shoot once, it goes down to 29
- shoot twice goes down to 28...
- so on..

HELP!?
02-17-2004, 12:30 AM#2
BattleBotv8.2
Wrong Forum. Post in Map Development forum for World Editor questions.
02-17-2004, 09:32 AM#3
ZeRo_MD
Quote:
Originally posted by Cell
1st question)
- I bring a guy to a region
- He dies
- spawns a random custom unit

2nd question)
- I have a charge item in backpack (30 charges)
- I shoot once, it goes down to 29
- shoot twice goes down to 28...
- so on..

HELP!?


wrong forum
admin move this topic to map develop...

first question
event
- unit enter region
conditions
- ...
actions
- kill the unit
- creat unit
(to random unit use a array... and reserve some units...)

second question
check this link
http://www.wc3campaigns.com/forums/s...threadid=48025
02-17-2004, 10:49 PM#4
Cell
Quote:
Originally posted by ZeRo_MD
wrong forum
admin move this topic to map develop...

first question
event
- unit enter region
conditions
- ...
actions
- kill the unit
- creat unit
(to random unit use a array... and reserve some units...)

second question
check this link
http://www.wc3campaigns.com/forums/s...threadid=48025


thats the point.. i dont know whats a array...