Jump to content

jasonch35

Members
  • Posts

    6
  • Joined

  • Last visited

Community Answers

  1. jasonch35's post in Pointer function question was marked as the answer   
    In the default npc script commands, no, you cannot. global temporary variables ($@ prefix) are used for this exact purpose.
    NPC 1: 
    $@variable = 100; NPC 2: 
    mes "" + $@variable + ""; // this will output 100  
×
×
  • Create New...