BTW, I still have had zero success in coding any climbing abilities for new enemies.
This post has been edited by Mark.: 14 July 2013 - 04:44 AM
This post has been edited by Fox: 14 July 2013 - 10:07 AM
This post has been edited by Mark.: 14 July 2013 - 11:47 AM
useractor notenemy MYENEMY addphealth 1 enda
useractor notenemy MYENEMY
ifpdistl 1024
addphealth 1
enda
useractor notenemy MYENEMY
ifpdistl 1024
addphealth 1
else
addphealth 10
enda
useractor notenemy MYENEMY
ifpdistl 1024
nullop
else
addphealth 1
enda
useractor notenemy MYENEMY
ifpdistl 1024
{
addphealth 1
addammo PISTOL_WEAPON 1
}
enda
useractor notenemy MYENEMY
ifpdistl 1024
addphealth 1
ifpdistl 1024
addammo PISTOL_WEAPON 1
enda
useractor notenemy MYENEMY
ifpdistl 1024
ifp pfacing
{
addphealth 1
addammo PISTOL_WEAPON 1
}
enda
useractor notenemy MYENEMY
ifpdistl 1024
{
addphealth 1
ifp pfacing
addammo PISTOL_WEAPON 1
}
enda
useractor notenemy MYENEMY
ifpdistl 1024
{
ifp pfacing
addphealth 10
else
addammo PISTOL_WEAPON 1
}
else
addphealth 1
enda
useractor notenemy MYENEMY
ifpdistl 1024
addphealth 100
else
ifpdistl 2048
addphealth 50
else
ifp pfacing
addphealth 10
else
addphealth 1
enda
useractor notenemy MYENEMY
ifpdistl 1024
ifaction 0
{
addphealth 1
action AMYENEMY_STOP
}
enda
useractor notenemy MYENEMY
ifpdistl 1024
{
ifaction 0
{
addphealth 1
action AMYENEMY_STOP
}
}
else
ifaction AMYENEMY_STOP
action 0
enda
This post has been edited by Mark.: 14 July 2013 - 03:38 PM
action AMYENEMY_STOP 0
This post has been edited by Mark.: 16 July 2013 - 06:37 PM
This post has been edited by Mark.: 27 July 2013 - 07:15 AM
This post has been edited by Mark.: 27 July 2013 - 07:57 AM
onevent EVENT_DISPLAYROOMS
ifp pdead
setvar cameradist 65536
endevent
This post has been edited by Mark.: 27 July 2013 - 02:12 PM
This post has been edited by Fox: 27 July 2013 - 02:15 PM
Fox, on 27 July 2013 - 02:14 PM, said:
This post has been edited by Mark.: 27 July 2013 - 02:37 PM
spawn MONSTERDIE killit
onevent EVENT_EGS
ifactor MONSTERDIE
sizeat 64 64
endevent
This post has been edited by Mark.: 27 July 2013 - 03:00 PM
Quote
This post has been edited by Mblackwell: 09 August 2013 - 07:41 PM
Mark., on 03 August 2013 - 04:57 PM, said:
r4109 said:
Helixhorned, on 17 October 2013 - 08:47 AM, said:
This post has been edited by Mark.: 20 January 2014 - 04:56 PM
This post has been edited by Daedolon: 20 January 2014 - 05:00 PM