prontera,155,181,5 script Sample 757,{ mes "Go into the Room for 1 Minutes ?"; if( select( "Yes:No" ) == 1 ){ if( #goldroomplus < gettimetick(2) ){ warp "new_zone04", 180, 140; addtimer 62000, strnpcinfo(0)+"::On62secs"; set #goldroomplus, gettimetick(2) + 60; }else{ mes "CoolDown : "+( #goldroomplus - gettimetick(2) )+" seconds."; close; } end; } close; On62secs: warp "belagio", 41, 68; dispbottom "60 seconds have passed!"; end; OnInt: while(1){ if( getmapusers("new_zone04") ) makeitem 969, 2, "new_zone04", rand(168, 191),rand(128, 151); sleep 800; } end; }