//////////////////////////////////////////////////////////////////////////////// // pl_u_citydonate - Fires the dialog for initiating donating to the cities // defense. By Deva B. Winblood. November 11th, 2008 //////////////////////////////////////////////////////////////////////////////// void main() { object oPC=GetPlaceableLastClickedBy(); SendMessageToPC(oPC,"You are using "+GetName(OBJECT_SELF)+"."); AssignCommand(oPC,ClearAllActions(TRUE)); AssignCommand(oPC,ActionStartConversation(oPC,"citydonate",TRUE,FALSE)); }