14 lines
326 B
Plaintext
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));
|
|
}
|