////////////////////////////////////////////////////////
//
//  XP and GP Giver Conversation
//  opw_onused_xp
//  by Don Anderson
//  dandersonru@msn.com
//
////////////////////////////////////////////////////////

void main()
{
  AssignCommand(GetLastUsedBy(), ActionStartConversation(OBJECT_SELF, "opw_xp_giver", TRUE));
}