pablo_fett Posted July 31, 2007 Share Posted July 31, 2007 I haven't seen this listed anywhere else, so I'll just ask. Is there a way to test to see how much gold the PC has? Thanks for all your help. Link to comment Share on other sites More sharing options...
tk102 Posted July 31, 2007 Share Posted July 31, 2007 The GetGold function will return the amount of Gold (aka Credits) that a creature has. Example conditional script that returns TRUE if the player has more than 5000 gold: int StartingConditional() { return GetGold(GetFirstPC())>5000; } Link to comment Share on other sites More sharing options...
pablo_fett Posted August 1, 2007 Author Share Posted August 1, 2007 Perfect, thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.