Files
Recompilable-gscs-for-BO2-z…/zm_highrise_patch/maps/mp/_sticky_grenade.gsc

13 lines
230 B
Plaintext

#include common_scripts/utility;
#include maps/mp/_utility;
init()
{
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_grn_os" );
loadfx( "weapon/crossbow/fx_trail_crossbow_blink_red_os" );
}
watch_bolt_detonation( owner )
{
}