npcshopattach()

  1. bWolfie

    Can npcshopattach() be used for NST_CUSTOM shop?

    I'm trying to use npcshopattach() on a shop in another script. Can this be done? Always returns false. if (npcshopattach("My_Shop") == false)         mes("FALSE"); else         mes("TRUE"); close; And in another script: -    trader    My_Shop    FAKE_NPC,{ OnInit:   ...
Back
Top