Script created by Cazador. requirement position script. This script will create food, and water if you can cast create spring, and create food. It will take in account your position you are in when they are fired. #TRIGGER {You are thirsty.} {#if {@stat = 1} {cast 'create spring';drink};#if {@stat = 2} {stand;cast 'create spring';drink;rest};#if {@stat = 0} {wake;cast 'create spring';drink;sleep}} {} 517 #TRIGGER {You are hungry} {#if {@stat = 1} {cast 'create food';get potat;eat potat} {};#if {@stat = 2} {stand;cast 'create food';get potat;eat potat;rest} {};#if {@stat = 0} {wake;cast 'create food';get potat;eat potat;sleep} {}} {} 517