Can't NPC equip memory? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Can't NPC equip memory? (/Thread-Can-t-NPC-equip-memory) |
Can't NPC equip memory? - Rizz - 11-05-2014 11:46 AM Code: SERV.NEWITEM i_memory_blabla I just figured out, they can only use timerf? RE: Can't NPC equip memory? - XuN - 11-05-2014 11:25 PM what is REF1? new.equip will make 'new' item to be equiped on SRC, which I think is the npc itself? args for 'equip' function is the item to equip, so if ref1 is the npc... you should try ref1.equip <new> |