Files
Recompilable-gscs-for-BO2-z…/zm_prison_patch/maps/mp/_sticky_grenade.gsc
JezuzLizard d59ccb7757 checked 4 zm_prison_patch scripts
Checked _sticky_grenade.gsc, zm_alcatraz_gamemodes.gsc, zm_alcatraz_gamemodes.gsc, and zm_alcatraz_standard.gsc.
2020-05-31 21:07:46 -07:00

14 lines
339 B
Plaintext

//checked includes match cerberus output
#include common_scripts/utility;
#include maps/mp/_utility;
init() //checked matches cerberus output
{
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_grn_os" );
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_red_os" );
}
watch_bolt_detonation( owner ) //checked matches cerberus output
{
}