Rune_PRC8/_module/nss/opw_onused_xp.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

14 lines
326 B
Plaintext

////////////////////////////////////////////////////////
//
// 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));
}