and jimi hendrix,how did you created the pirate ship?
since i really want to know if youre using a free animating program... please.no statecolor dosent work.
i checked,statecolor "self",4,0,0,255; but dosent work
Scripts
Scripting Questions


on:start {
$daysremaining=5;
}
on:changeday {
$daysremaining--;
if ($daysremaining==0){
msgwin "you won!",4;
quit;
}
}
if (count_inrange("state",5,50)+count_inrange("state",4,50)==1){
process "making spear"1000;
}else{
skipevent;
}