BlizzABS addon (i have permission)

Started by godsrighthand, May 31, 2009, 07:21:35 am

Previous topic - Next topic

godsrighthand

May 31, 2009, 07:21:35 am Last Edit: May 31, 2009, 07:51:11 am by godsrighthand
I am going to make a commercial game with Blizz ABS ( i have taken permission ) but i require a small modification of the script and i am no scripter

REQUIRED FEATURES :1) view and hearing range should be affected by variables like when variable 'x' has a
                                 value 'y' view range =...... and hearing range=...... ( different view range values for
                                  different enemies )
                                   Ex : suppose enemy 1 and enemy 2 have ranges of 2,10 and 5,20 respectively (view,
                                   hearing) then if a variable 'x' gets its value changed from 'z' to 'y' the both their view
                                   ranges should be changed by a value 'a' and hearing by a value 'b'                          

Credits will be given
Thank you in advance
My fav sayings
---My god carries a hammer. Your god died nailed to a tree. Any questions?
---When I die, I want to go peacefully like my Grandfather did, in his sleep -- not screaming, like the passengers in his car.
---War doesn't determine who's right. War determines who's left.
---I don't suffer from insanity. I enjoy every minute of it.
---I intend to live forever, or die trying.

Aqua

Um... I don't understand... O.o

You're throwing in variables into your example out of the blue...

Do you mean that the view and hearing ranges would vary directly based on a variable?

godsrighthand

Well simply put i mean that you can change the view and hearing range of every enemy ingame using events based on the value of a variable

Like conditional branch-> is value of variable 'x' = 1234
       if true view_range[enemy id]=5
                hearing_range[enemy id]=8
       else view_range[enemy id]=7
              hearing_range[enemy id]=9

OR you could use a 'call script' or whatever as long as you can change it ingame (easier the better)
My fav sayings
---My god carries a hammer. Your god died nailed to a tree. Any questions?
---When I die, I want to go peacefully like my Grandfather did, in his sleep -- not screaming, like the passengers in his car.
---War doesn't determine who's right. War determines who's left.
---I don't suffer from insanity. I enjoy every minute of it.
---I intend to live forever, or die trying.

godsrighthand

My fav sayings
---My god carries a hammer. Your god died nailed to a tree. Any questions?
---When I die, I want to go peacefully like my Grandfather did, in his sleep -- not screaming, like the passengers in his car.
---War doesn't determine who's right. War determines who's left.
---I don't suffer from insanity. I enjoy every minute of it.
---I intend to live forever, or die trying.

fugibo

Seems simple enough. Too bad I don't have any BlizzABS experience :/