Difference between revisions of "Talk:ModBarterGold"
Jump to navigation
Jump to search
imported>SosF6g m |
imported>Qazaaq m (rv) |
||
(4 intermediate revisions by 3 users not shown) | |||
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 | ||
Latest revision as of 13:22, 19 September 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)