Rune_PRC8/_module/nss/opw_onused_xp.nss

14 lines
326 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////
//
// 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));
}