Jump to content

Vish

Members
  • Posts

    4
  • Joined

  • Last visited

1 Follower

Vish's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Vish

    Functions

    @edit sorry '-'
  2. Vish

    Functions

    =/ I figure out that the correct way is: prontera,150,150,5 script normal 50,{ function exit; exit "msg"; function exit { mes getarg(0); close; } } But there is no way to use just "function exit;" in other scripts, just if you use the function together.
  3. Vish

    Functions

    It's this? prontera,150,150,5/*Tab*/script/*Tab*/normal/*Tab*/50,{ function exit; exit "msg"; } function/*Tab*/script/*Tab*/exit/*Tab*/{ mes getarg( 0); return close; } To use a function without use a callfunc you, you just have to use function name_of_the_function; in the beggining of the script.
×
×
  • Create New...