View Single Post
  #7  
Unread 01-10-2011, 04:15 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Draven_Caine View Post
Greetings,
That fix "kinda" worked. The problem now is here is my code for the OnPress:
Code:
follow Parent.Parent.Parent.Target.v1.Name.text
say I am auto-following Parent.Parent.Parent.Target.v1.Name.text
Its parsed to say for testing reasons, but what it parses is odd, Its does the follow command right, but it tell /say "I am 0 following George" (If George is your target.

It seems to take the auto- part of the code and replace it with 0 for some reason.

Any ideas?

Thanks,
Draven
It is subtracting following from auto. Use the following code

Code:
OnPress="
follow Parent.Parent.Parent.Target.v1.Name.text
say 'I am auto-following ' Parent.Parent.Parent.Target.v1.Name.text"
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote