Thread: gmap location
View Single Post
  #1  
Old 04-05-2007, 02:10 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
gmap location

Is there an variable saying what gmap you are on, or a function to check what gmap you are on?

for example

PHP Code:
if (isonGmap("overworld"))
  
seteffect(0000.1);
else
  if (
isonGmap("cave"))
    
seteffect(0000.5); 
Is there a function or variable which can help me do this?
__________________
Reply With Quote