Jump to content

arkcanjou

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by arkcanjou

  1. void changeToTen(int *ptr) { *ptr = 10; } Is it possible to do a similar function in NPC scripts? required of a generic function that receives a variable and changes the value of the received variable
×
×
  • Create New...