Code: Select all
 if (TowelLastUsed > (gettimetick(2) - 1800)) // 1800 = 30*60 = 30 minutes?
        goto L_DontPanic;
    if (isin("botcheck.gat",25,27,51,47))
        goto L_Prison;
    if (getmapflag(getmap(), MF_NOSAVE))
        goto L_Forbid;
    callfunc "MultiWarpTowel"; 
				



