Aerisetta
Active member
This seemed pretty simple but it's not working for some reason, am i doing something wrong?
I want the player to press a button and change weapon
should change to Girl_Kick, but nothing happens atm.
I want the player to press a button and change weapon
should change to Girl_Kick, but nothing happens atm.
Code:
weapons Girl Girl_Kick
anim freespecial33 #################################################################
@script
if(frame==6){
void self = getlocalvar("self");
changeentityproperty(self, "weapon", 1);
}
@end_script
delay 3
offset 800 750
frame data/chars/Girl/spin101.png
frame data/chars/Girl/spin102.png
frame data/chars/Girl/spin103.png
frame data/chars/Girl/spin104.png
frame data/chars/Girl/spin105.png
frame data/chars/Girl/spin106.png
frame data/chars/Girl/spin107.png
frame data/chars/Girl/spin108.png