Thread: Noob Errors

Results 1 to 4 of 4
  1. #1 Noob Errors 
    Xenon
    Guest
    Yes, these are probably extremely simple errors, but I need help.



    Please try to help me. Thanks in advance.
    Reply With Quote  
     

  2. #2  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    talk2 = 2 line talk,

    so its need be like this:

    talk2("first line", "second line");


    ---------- Post added at 10:28 AM ---------- Previous post was at 10:25 AM ----------

    talk2 = 2 line talk,

    so its need be like this:

    talk2("first line", "second line");



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Posts
    777
    Thanks given
    74
    Thanks received
    61
    Rep Power
    0
    To further explain the error, it is telling you that you are doing talk2(string) when you need to do talk2(string,string).
    Reply With Quote  
     

  4. #4  
    Moderator
    Ramenryoko's Avatar
    Join Date
    Jul 2006
    Posts
    174
    Thanks given
    4
    Thanks received
    6
    Rep Power
    36
    All wrong.

    It needs to be applied as:

    Code:
    talk2(STRING, STRING, INTEGER);
    So it will be a phrase where STRING is, and a number where INTEGER is.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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