Can't get the common event to trigger and I've seen a few other people have this same problem and they haven't been answered. Any help? I'm using the default projectile from the demo and just changed the common event ID to my own instead of 2.
Projectile setup in plugin manager: 0,-1,3,6,'bullet1',161,'c(167)|',[20,1],[],3,666
Thanks!
I'm having the exact same problem. Even if I copy Galv's premade common events, events, and projectiles verbatim, they're still not turning any switches on or calling any common events that I tell them to. I've been trying to figure out why it's not working for almost two straight hours now and I'm just getting completely tired and worn out of trying to figure out why it's not performing the most simple task.
Like, I copy this exactly:
0,-1,3,6,'bullet1',2,'c(2)',[],[],3,666
And it doesn't call any common event when it touches the player, yet after fiddling around with the common event in Galv's demo, I can make it manipulate variables and switches with no issue. What am I misunderstanding?