how can i get my character to equipt a weapon and shoot that weapons when equipped?
PS some nice weapon animations would be nice if anyone can post any. im not that good at drawing.
Select = 0;
Select = 1;
if(Select == 0)ChangeAnimation("Event Actor", "Gun_1", FORWARD);
if(Select == 1)ChangeAnimation("Event Actor", "Gun_2", FORWARD);
//ect.
if(Select == 0) {
if(dir == 0)ChangeAnimation("Event Actor", "Gun_1left", FORWARD);
if(dir == 1)ChangeAnimation("Event Actor", "Gun_1right", FORWARD);
if(Select == 1) {
if(dir == 0)ChangeAnimation("Event Actor", "Gun_2right", FORWARD);
if(dir == 1)ChangeAnimation("Event Actor", "Gun_2left", FORWARD);
}
//ect.
Users browsing this forum: No registered users and 1 guest