You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (global.monstersalive == 1)
|
|
{
|
|
last_one = 1
|
|
maxspeedx = 3.6
|
|
maxspeedy = 2.2
|
|
myaccelx = 0.14
|
|
myaccely = 0.1
|
|
chasedelay = 120
|
|
awaydelay = 80
|
|
awayoffsetx = -10
|
|
awayoffsety = -30
|
|
}
|