im trying to implement the bank use with the script in the documentation.
function move()
return {
{ map = "191104002", changeMap = "288" },
{ map = "192415750", npcBank = true, changeMap = "409" },
}
end
but its seems it doesnt work. I tried too "npc.npc(NPCId,Option) ", but neither.
I'd like to deposite all my resources when i enter to the bank. can you help me?
Thanks
function move()
return {
{ map = "191104002", changeMap = "288" },
{ map = "192415750", npcBank = true, changeMap = "409" },
}
end
but its seems it doesnt work. I tried too "npc.npc(NPCId,Option) ", but neither.
I'd like to deposite all my resources when i enter to the bank. can you help me?
Thanks