And my hut was right next to storage and i slept between the two.
i'm so confused by this....
anyone else have any ideas?
thanks all!
extendscript 0,0,"sys/scripts/random_events.s2s";
//extendscript 0,0,"sys/scripts/random_events.s2s";
incskill "plant",500,"Planting";
script=start
$mm_conmode=0;
...
...
...
on:trigger_with_a_long_name{
local $xres,$temp1;
$temp1=getsetting(xres);
$temp1=int($temp1/2);
$temp1=$temp1-100;
if ($mm_conmode=0) {
image 0, "sys/scripts/under01.bmp", $temp1, 1, 1;
$mm_conmode=1;
}else{
image 0, "";
$mm_conmode=0;
$mm_conaxis=0;
}
}
if ($mm_conmode==0) {