Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: godsrighthand on May 31, 2009, 07:21:35 am

Title: BlizzABS addon (i have permission)
Post by: godsrighthand on May 31, 2009, 07:21:35 am
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
Title: Re: BlizzABS addon (i have permission)
Post by: Aqua on May 31, 2009, 11:21:58 am
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?
Title: Re: BlizzABS addon (i have permission)
Post by: godsrighthand on May 31, 2009, 11:47:56 am
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)
Title: Re: BlizzABS addon (i have permission)
Post by: godsrighthand on June 01, 2009, 10:13:55 pm
anybody??
Title: Re: BlizzABS addon (i have permission)
Post by: fugibo on June 02, 2009, 03:16:14 pm
Seems simple enough. Too bad I don't have any BlizzABS experience :/