(08-07-2011, 10:34 PM)SLAMnesia Wrote: Just curious if it's possible to make the text that appears when you pick up a laudanum say "Grabbin' Pills!" and not "Picked up Laudanum". It'd be pretty funny haha
There are two lines in the base_english.lang file: a line which configures the words "Picked up", and a line which names the laudaunum:
<Entry Name="PickedUp">Picked up</Entry>
<Entry Name="ItemName_HealthPotion">Laudanum</Entry>
I'm guessing you'd need to change both these lines. You would need a full conversion to do this.