Results 1 to 5 of 5

Thread: Making a NPC Say something while being grabbed

  1. #1
    Banned
    Join Date
    Dec 2013
    Location
    Pandcakes
    Posts
    193

    Post Making a NPC Say something while being grabbed

    I've been confused about this, if I do
    if (playergrabsme) {
    }
    message Stop it!

    Any help? ;o

  2. #2
    Veteran Wolverine8888's Avatar
    Join Date
    Jun 2013
    Location
    Philippines
    Posts
    315
    Try
    if (playertouchsme) {
    message Stop it!;
    }

    I don't think if (playergrabsme) don't work, I tried out myself but nothing works.
    If you want this style Screenshot (18).jpg
    just type "if (playertouchsme) {
    say2 Stop it!;
    }

    Hope it helps
    and please someone move it to NPC Scipting
    Need Help? or Questions?
    Just Ask me and I will give the answer right away
    Want to skype with me? wolverine_graal
    ~Gani Artist

  3. #3
    Banned
    Join Date
    Dec 2013
    Location
    Pandcakes
    Posts
    193
    That worked bro! But now how do I make the text disappear after and it will become a loop when the player touches it?

  4. #4
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    When you make the message go away by grabbing, you just have touch the npc again. I wouldn't recommend GS1, as its not used anywhere but the GraalEditor, and Graal Reborn.

  5. #5
    Veteran Wolverine8888's Avatar
    Join Date
    Jun 2013
    Location
    Philippines
    Posts
    315
    Quote Originally Posted by Grief Hero View Post
    When you make the message go away by grabbing, you just have touch the npc again. I wouldn't recommend GS1, as its not used anywhere but the GraalEditor, and Graal Reborn.
    yup I used graal reborn because my graal editor is messed up. But it's the same script
    Need Help? or Questions?
    Just Ask me and I will give the answer right away
    Want to skype with me? wolverine_graal
    ~Gani Artist

Tags for this Thread

Posting Permissions

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