if(Bullet_Count.textNumber>0)
{
xvelocity=2;
//Set the speed that you want
}
else if(Bullet_Count<=0)
{
DestroyActoy("EventActor");
//This may not work, use the Variable/Function button and choose destroy actor
}
Users browsing this forum: No registered users and 1 guest