Search results

  1. A

    How do I copy an array using `setd`?

    I'm creating a storage system which allows users to join a group and share a storage between them.  When a group is created, it is assigned an ID. When a player joins the group, they are associated with the group with a permanent account variable. If Alice is in group 0 and she deposits some...
  2. A

    NPC Speaks To Character Only Once

    prontera,133,217,5 script Item Test 4_M_MANAGER,{ getinventorylist; for (.@i = 0; .@i < @inventorylist_count; .@i++) { .@id = @inventorylist_id[.@i]; .@inventory_amount = @inventorylist_amount[.@i]; .@is_equipped = @inventorylist_equip[.@i]; .@is_refined =...
Back
Top