Thread
:
Quick question: Can you alter the dungeon reset timers?
View Single Post
#
2
08-22-2011, 11:44 PM
ffcmike
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
You could easily do this via:
PHP Code:
function
onPlayerLeaves
(){
if(
players
.
size
() ==
0
){
//reset stuff
}
}
ffcmike
View Public Profile
View GraalOnline Profile
Find all posts by ffcmike