Signup Now
Results 1 to 3 of 3

Thread: Action Error

  1. #1
    Free User
    Join Date
    Mar 2014
    Posts
    26
    Reputation
    10
    Rep Power
    0

    Action Error

    I got an problem with an action any scripter can look it over?

  2. #2
    Free User Diaxy's Avatar
    Join Date
    Jul 2014
    Posts
    1,091
    Reputation
    94
    Rep Power
    22
    Post this action here then.

  3. #3
    Free User
    Join Date
    Mar 2014
    Posts
    26
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Diaxy View Post
    Post this action here then.
    waitping()
    local message = 'You thinned out these supplies quite effectively - any more and they would surely notice. Return to a city official.'

    foreach newmessage m do
    if m.type == 0 or m.type == 17 then
    if m.content == message then
    gotolabel("BackToCity", "BackFromCamp")
    end
    end
    end

    This is in an script, when this text is showing in serverlog the script is supposed to labels that u see, but it doesnt it just keep doing what its doing-

 

 

Posting Permissions

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