Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Player nearby to banker
Author Message
Berkley
Journeyman
*

Posts: 54
Likes Given: 28
Likes Received: 2 in 2 posts
Joined: Jul 2015
Reputation: 0



Post: #1
Player nearby to banker
Hello,

i try to script making my character say "hello" if he's nearby a banker npc.
(8 tiles or less)
unfortunately its not working.
any ideas, what i made wrong?

thank you.Shifty

forchars 8
if (<npc> && <brain> && <Title> == "banker")
var.bankernear = 1
//say banker is near
else
var.bankernear = 2
//say banker is far
endif
endfor


if <var.bankernear> == 1
say Hello Banker
endif
09-15-2021 06:00 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #2
RE: Player nearby to banker

Grandmaster Localhost Admin
09-25-2021 10:10 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)