BrightLiteFilms Posted October 27, 2010 Posted October 27, 2010 Hello, my name is Logan and I am 13 years old. I am pretty new to scripting with Fallout games, but I have worked on other games. I did LUA coding for Garry's Mod, and have done some mods for Modern Warfare 2. Anyways, I just need to figure out and/or get help with a basic person/dialogue/script. I am making a buyable house off of a kid in Freeside who has been told by his dad to sell the house. You can buy it for 550 caps or you can say (with a speech skill of 65) that you already talked to the kids dad and payed him <Lying>. Anyways, I need to think of a script that will make him give you the key when the speech check is a success and a script that will remove 550 caps and give you the key. I didn't put this in the Mod Requests section as I have already done most/some of the mod. Thanks for at least reading this,Logan (A.K.A. BrightLiteFilms) "We only have one life, so go out, and put meaning to it." - Logan M.
BEArbiter Posted October 28, 2010 Posted October 28, 2010 In the Dialog Windows, you have an emplacement (is that correct in English) where you can place Smalls scripts.
Quetzlsacatanango Posted October 28, 2010 Posted October 28, 2010 On your topic, put the lines you want in the 'results script' boxplayer.removeitem f 550player.additem mykeyid 1
Recommended Posts