jrc24 Posted June 21, 2004 Share Posted June 21, 2004 please somebody could give me a script wich give N credits to player ? thanks to scripters Link to comment Share on other sites More sharing options...
tk102 Posted June 21, 2004 Share Posted June 21, 2004 void main() { int nGoldPieces = (number of gold pieces here); object oNPC=GetObjectByTag("your_npc_tag"); GiveGoldToCreature(oNPC, nGoldPieces); } Link to comment Share on other sites More sharing options...
jrc24 Posted June 21, 2004 Author Share Posted June 21, 2004 ok thank you very much tk102 ! Link to comment Share on other sites More sharing options...
tk102 Posted June 21, 2004 Share Posted June 21, 2004 No problem ... take a peek a nwscript.nss to see all the handy functions. Some of them have language that's a throwback to Neverwinter Nights (gold is credits for example.) Link to comment Share on other sites More sharing options...
Lorden Darkblade Posted June 21, 2004 Share Posted June 21, 2004 Can that script be added to speach? Like the Dark Side Choker thing? Link to comment Share on other sites More sharing options...
Darth333 Posted June 21, 2004 Share Posted June 21, 2004 Originally posted by ReLoaD2K Can that script be added to speach? Like the Dark Side Choker thing? Of course Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.