so i'll start listing some: runscript addxp X - X is the amount runscript zz_money X - 10 gold is 100000 runscript zz_addparty NPCname - add party member by name runscript zz_addapproval - used to raise / lower one's approval, i haven't discovered how it works
Well things are better than I thought then, I imagined runscript would be limited to things like runscript "quest completion script" etc. etc. But now that I think about it, unlike Oblivion & such where things like addXP are seperate from scripts (which are usually for starting events and/or doing journal entries) most of DAO actions basically ARE script commands/events as the wiki describes them. Still not sure if this will allow things like additem, BUT we should at least be able to look up the item codes for such a thing with the toolset...
Oh, yeah the "money" in the game is basically stored as how many copper peices you have. 100 coppers make 1 silver and 100 silver make 1 gold. So if you're wanting X amount of gold you have to do X and add 4 0s, or X0,000. 100g would be 1,000,000. Etc. etc.
Additem, maybe not. Spawning items, probably yes. Item IDs are a bit harder to get.
runscript ai off -turn off the AI runscript selectparty -party selection screen runscript chargen -select origin screen runscript pc_immortal -possibly god mode runscript killallhostiles
I am now going to test most of these if they work, will be back later.
I'd imgaine addaproval would be either a positive or negative #, negative would lower approval and positive would increase it. But it seems like you'd have guessed that already so I dunno.