Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jun 6, 2022 2:31:38 GMT
im currently making a baldi character (not at a state to be realaesed) and i want his nuetral b to be the principal of the thing but i dont know how to spawn projectiles in code since this my first mod
|
|
|
Post by dale2347lamyt6khazty on Feb 3, 2024 9:34:41 GMT
Oh you would use them as spark like this here's the coding I learn this from 0.9 demo. proj.priority = 3; spark = instance_create(x,y,obj_spark); spark.sprite_index = shout_objection_sprite; spark.image_speed = 0; spark.image_xscale = size; spark.image_yscale = size; spark.x = x + size * (33.1-facing*66.2); spark.y = y - 21*size; spark.wright = self.id; spark.stick = 0.25; spark.script = char_custom6; spark.keepmain = keepmain;
|
|