Forum
Stranded II Scripts Infinite AmmoInfinite Ammo
5 replies 1
1
2
3
2
3
on:attack1 { 	find [AMMO TYPE]; }
1
player_ammo [AMMO TYPE];
also: you wrote this script at the definition of the bow and not the arrow, right?
1
2
3
4
5
2
3
4
5
script=start on:attack1 { find player_ammo [Ammo type]; } script=end
1
2
3
4
5
2
3
4
5
script=start on:attack1 { gen=(item id): } script=end
1