Rendril 231 Posted July 23, 2010 Report Share Posted July 23, 2010 (edited) [b]int[/b] mds_location_visits(string $location) [b]Parameters[/b] $location can be 'current' or the coordinates of a location, for example '1_0x0_1'. [b]Returns[/b] Number of time player has been in the location. Will return null if the location does not exist. Example 1: [code] @vv = mds_location_visits('current'); echo "You have been here " .@vv ."times."; [/code] Example 2: [code] @vv = mds_location_visits('1_0x0_1'); echo "You have been to the Gazebo of Equilibrium " .@vv ."times."; [/code] Edited July 24, 2010 by Grido seperated @vv from quote tags Quote Link to post Share on other sites
Maebius 806 Posted June 11, 2013 Report Share Posted June 11, 2013 FYI - also mentioned: http://magicduel.invisionzone.com/topic/7164-vists-at-location/ Mods, feel free to hide this reply, if needed. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.