Difference between revisions of "Talk:ModBarterGold"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>SosF6g
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 50
  set dummy to actor.getbartergold +50
  actor.setbartergold dummy
  actor.setbartergold dummy



Revision as of 10:16, 10 June 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)