View Single Post
Old 07-03-2004, 07:14 AM   #8
deeper
Elite Waterdeep Guard
 

Join Date: June 30, 2004
Location: german
Age: 43
Posts: 6
object oPC = GetPCItemLastEquippedBy();

.............


int reststat=GetLastRestEventType();
if(reststat==REST_EVENTTYPE_REST_FINISHED)
{ SetLocalInt(oPC,"rest",1);
}
int Check=GetLocalInt(oPC,"rest");
if(Check==1)
{
...........add itemprop}


somewhere wrong,nothing happens .but i donot know .
deeper is offline   Reply With Quote