Laz Man
Fun Pimps Staff
Probably a newb mistake but I am getting the following "Invalid Token" error when trying to change the sound of the marksmen rifle to the AK47. (error occurs after loading a game, not at application startup)
See my modlet code below (items.xml). Any suggestions? Thanks!

See my modlet code below (items.xml). Any suggestions? Thanks!
Code:
<configs>
<set xpath="/items/item[contains(@name, 'gunMR10')]/property[contains(@class, 'Action0')]/property[contains(@name, 'Sound_start']/@value">ak47_fire</set>
<set xpath="/items/item[contains(@name, 'gunMR10')]/property[contains(@class, 'Action0')]/property[contains(@name, 'Sound_repeat']/@value">ak47_fire</set>
</configs>
Last edited by a moderator: