FutureVisions Posted December 2, 2010 Share Posted December 2, 2010 Im using a check that checks for player caps ( player.getitemcount caps001 >= xxxxx ) to give access to a dialogue topic. The only problem is that even though the player meets the check requirements, the dialogue option doesn't pop up. In game I can see that even though I have enough caps, the caps item doesn't appear in the inventory. And this might be the cause of the check not passing (not sure if this is being caused by some mod).So I'm wondering if there's another way to check how much money the player has. Or if there's anything else I might be doing wrong. Thanks. Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted December 2, 2010 Share Posted December 2, 2010 Make sure you chose target instead of subject. Subject will check the NPC's cap count. Link to comment Share on other sites More sharing options...
FutureVisions Posted December 2, 2010 Author Share Posted December 2, 2010 Great. That solved it thanks. :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts