Difference between revisions of "Talk:ModBarterGold"
Jump to navigation
Jump to search
imported>LdkKl9 m |
imported>Entim (revert) |
||
Line 3: | Line 3: | ||
''Modbartergold 50'' doesn't seem to work in scripts and in the console it just returns the actors current barter gold. | ''Modbartergold 50'' doesn't seem to work in scripts and in the console it just returns the actors current barter gold. | ||
set dummy to actor.getbartergold | set dummy to actor.getbartergold +50 | ||
actor.setbartergold dummy | actor.setbartergold dummy | ||
Revision as of 16:07, 11 April 2007
Looks like this one is broken.
Modbartergold 50 doesn't seem to work in scripts and in the console it just returns the actors current barter gold.
set dummy to actor.getbartergold +50 actor.setbartergold dummy
works fine, though.
--JOG 18:31, 13 April 2006 (EDT)