by SDonald on Thu Jan 01, 2004 1:33 pm
I seem to remember it being automatic - I can't remember if it's defined in the scripts or not.
But anyway, you can change the amount easily enough in the oncreate.src script.
Simply spend all their starting money and put some more in. There was something about the newbie gold that didn't mix with other money. I am sure there is a more elegant way.
eg to start with 200gp for each player:
if(!character.spendgold(100))
Print ("Oops. Could not get rid of newbie gold");
else
CreateItemInBackpack (character, UOBJ_GOLD_COIN, 200);
endif