TroyT 83 Report post Posted June 14 I'me trying to set a variable in a script to the "account_uid" from the "vehicle" table in the DB. I don't know how to get the data from a specific column though. _vehicleObject = objectFromNetId _vehicleNetID; _vehicleDBID = _vehicleObject getVariable "ExileDatabaseID"; _vehicleDB_UID = _vehicleObject getVariable "???????"; // <--- Here I've tried various approaches but I'm really just poking around in the dark. Any help is appreciated. The "vehicle" columns are (to save you from looking) id | class | spawned_at | account_uid | is_locked | etc... Share this post Link to post Share on other sites
kuplion 1785 Report post Posted June 15 Moved to a more appropriate forum. Share this post Link to post Share on other sites
TroyT 83 Report post Posted July 4 Hmmm, I fear that the appropriate forum is a dusty basement where few ever go. Share this post Link to post Share on other sites