User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Slash Commands

  1. #11
    Clicker Multimedia Fusion 2

    Join Date
    May 2007
    Location
    NJ
    Posts
    156
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    bump =/

  2. #12
    Clicker Multimedia Fusion 2

    Join Date
    May 2007
    Location
    NJ
    Posts
    156
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    If you guys don't know, how about you just TELL me that.

  3. #13
    No Products Registered

    Join Date
    Oct 2006
    Posts
    32
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    if its still about the / commands iv got my way.. pretty easy
    ull need the ext "string parser 2" comes with 1 of the update packs (both mmf2 and mm2dev)

    1. add delimeter " " (space)to the string parser

    2. now u send a msg/command on the chat
    lets use an example:

    "/pm name hi, how'r u doin?"

    first thing u do is set the source string of the string parser to that text.
    string parser devides the text to elements according to the delimeter set to it. so

    element 1= /pm
    element 2= name
    element 3= hi,
    element 4= how'r
    ...
    we will only use the first 2 elements
    first check if the first element is a command (/pm) if it is: mooclick select player by username (element 2) and then send msg to him
    use the Mid$ command of the whole string..
    char to begin will be len of element 1 + len of element 2
    3+4=7 so the msg sent will start for the 7th char of the string
    and number of chars will be sent is len of the whole string -7

    so basically u send just "hi, how'r u doin?" to player "name"

  4. #14
    Clicker Multimedia Fusion 2

    Join Date
    May 2007
    Location
    NJ
    Posts
    156
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    No, its about my other question that people seem to like to ignore.

  5. #15
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    "PLEASE HELP!!!" isn't a question.

  6. #16
    No Products Registered

    Join Date
    Aug 2007
    Location
    DK
    Posts
    278
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Slash Commands

    Maybe I could join in here because I wanted something simular.

    If I had "Nielsbor.dk" and wanted to remove the ".dk"(easy) but my next link is koldingtand.dk

    It should some how count the letters until the "." and remove the three last letters? Anyone

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Hack and Slash
    By XStar in forum Multimedia Fusion 2 - Technical Support
    Replies: 26
    Last Post: 3rd August 2012, 12:31 AM
  2. MCI issues commands
    By Enrico in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 14th July 2012, 10:21 AM
  3. The OR commands
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 2nd June 2012, 09:21 AM
  4. hack'n slash
    By Jiraroyo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th March 2012, 07:30 PM
  5. Platform attacks sword type slash
    By Megaman in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 3rd December 2008, 08:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •