void main() { object oPC = GetLastUsedBy(); if (!GetIsPC(oPC)) return; object oTarget; oTarget = OBJECT_SELF; AssignCommand(oTarget, ActionStartConversation(oPC, "takesteel")); CreateItemOnObject("steel", oPC); }