OnExplosiveFuseSetUsage​Called when a fuse of an explosive is setReturn a non-null value to override fuse lengthExamples​""object OnExplosiveFuseSet(TimedExplosive explosive, float fuseLength){ Puts("OnExplosiveFuseSet works!"); return null;}Copy