Jump to content

talgarve

Members
  • Posts

    2
  • Joined

  • Last visited

talgarve's Achievements

Poring

Poring (1/15)

  • Conversation Starter
  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Excuse me, I was wondering if you could help me with a simple script. I am trying to make it so that when a player uses the skill with the id of 19 (Fire Bolt), the server sends a message to the player saying "You used the skill." Could you please assist me in creating this script? Thank you for your time and help.
  2. May someone help me? i need this working. ? "Set the array @word_typed$, to an empty string; // empty list to store the word chosen by the player // Display options for the player mes "Enter a word "; input .@word$; mes "The word " + .@word$ + " has been added to your list."; setarray @word_typed[sizeof(@word_typed)], @word$; // adds the typed word to the list of chosen words mes "The current list is: " + join(@word_typed$, ", "); close; end; }"
×
×
  • Create New...