Forum
Scripts
Infinite Ammo
Infinite 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?
still not working, i tried1
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
also the second one is completely broken script..
1

Offline