View Single Post
  #10  
Unread 06-07-2006, 04:52 PM
Celestian Celestian is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 23
Default

I did some testing from MainHUD/Player/TemplarPage/FocusHealPage/FocusHealButton using this on OnPress:
say Testing;say(Parent.Parent.Parent.Parent.Target.v0.Name.LocalText)

I also tried the same but with 3-5 Parents just to see if I messed up my tree counting.

However all it would do is say "Testing" and nothing else. I expected it would say:

You say 'Testing'
You say 'Celestian'

But no text would come out at all. Not even the "Debug" text.

I also did a test by just making something right off MainHud/TEST01/TestButton

I had it simply report target just as above and did from 4 parents to 1 and it would never show any text even the "Debug:" part either. I am sure I am missing something simple just dont know what.

Last edited by Celestian : 06-07-2006 at 04:55 PM.
Reply With Quote