So I´ll use the same threat to quest another thing
Code: Select all
script 36 DEATH
{
if(kill_someone==1)//only activated by the ghoul
{
if(thingcount(T_NONE,100)==1 || thingcount(T_NONE,114)==1)
{
if(thingcountname("ravishing",100)==1)
{
if(gametype()!=GAME_NET_DEATHMATCH)
{
if(gametype()==GAME_NET_COOPERATIVE)
{
delay(100);
changecamera(100,0,0);
fadeto(255,255,255,1.0,0.5);
delay(35);
fadeto(255,255,255,0.0,0.5);
print(s:"\cg The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
delay(35);
print(s:"\cg The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
delay(35);
print(s:"\cg The Ravishing got you.\cg\n-Press f12 to spectate a teammate-");
}
}
}