View Single Post
  #1  
Unread 03-10-2005, 07:53 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default How to Reference Names with Space?

The bag window uses spaces in all the slot names ('Slot 10' for example). Anyone know how I can set values/trigger events on those objects with spaces in their names?

I can't change the object names without breaking bag behavior :/

References I've tried...
parent.slot 10
parent.'slot 10'
parent.(slot 10)
parent.[slot 10]
parent.{slot 10}
parent.slot~10
parent.slot`10
parent.slot@10
parent.slot#10
parent.slot$10
parent.slot%10
parent.slot^10
parent.slot&10
parent.slot*10
parent.slot(10
parent.slot)10
parent.slot_10
parent.slot{10
parent.slot}10
parent.slot\10
parent.slot|10
parent.slot:10
parent.slot;10
parent.slot/ 10
parent.slot\ 10
parent.slot%2010
Reply With Quote