Quote:
|
Originally Posted by Mindtwistah
What is the script to get credits?
I was thinking this:
Giveitem ("credits", "2000")
But I don't think that would work.
|
I'm quite a noob when it comes to modding, but i believe it is this:
To get credits:
GiveGoldToCreature( GetFirstPC(),nAmount);
To take credits away:
TakeGoldFromCreature( GetFirstPC(),nAmount);
- i think after the n, instead of "Amount" you put in the value for the credits.
Hope this helps! (if it's correct

)