Knuckle Cracker

Knuckle Cracker => Support => Topic started by: Grabz on June 05, 2018, 06:14:51 PM

Title: [CW3] CRPL CreateSpore first instantly exploding spore kills network for 1 frame
Post by: Grabz on June 05, 2018, 06:14:51 PM
(https://imgur.com/8WvfZaE.gif)

What's happening here is: I have created a random map and placed a CRPL core, which spawns an instantly exploding spore every three seconds. The first spore that is launched causes the network to shut down and all Beams in range to target it for exactly one frame. All subsequent spores are not targeted by Beams and will not shut down the network.

Script of the core:


once
90 SetTimer0
endonce

GetTimer0 eq0 if
90 SetTimer0

CurrentCoords CurrentCoords 0 0.5 CreateSpore
endif


I've run into this problem in my recent CW3 template, and have effectively fixed it by creating a dummy spore on frame 1 to make sure this visual effect does not occur on the first spore spawned.

Map attached for convenience.