All pastes #1888781 Raw Edit

Someone

public text v1 · immutable
#1888781 ·published 2010-06-22 20:43 UTC
rendered paste body
import com.quirlion.script.*;
import com.quirlion.script.types.*;

public class softclay extends Script {
	public int clayID = 435;
	public int astralID = 9075;
	public int fireID = 554;
	public in softclayID = ;

	public int loop() {
		players.getCurrent().castSpell(Constants.Humidify)
		
		return 0;
	}
}