Hi guys i am currently working on a level for a survival horror game for university I have the basics down but i was wondering if i would be able to lower the amount of ammo that the player gets at the begging of the level so they have to look for it.
I have never used Uscript but I think i am quite good at Kismet.
If you guys can help me that would be awesome!
Replies
LockerAmmoCount=20
MaxAmmoCount=40
those are your properties. if you're getting into unreal script without too much knowledge of it (or coding in general) check out the eat3d tutorials on it.
http://eat3d.com/unrealscript
I will definitely check out those tutorials @Oniram