July 23, 201015 yr comment_64459 [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, 201015 yr by Grido seperated @vv from quote tags Report
June 11, 201313 yr comment_137981 FYI - also mentioned: http://magicduel.invisionzone.com/topic/7164-vists-at-location/ Mods, feel free to hide this reply, if needed. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.