2007-04-11
05:53 PM
- last edited on
2023-05-24
12:05 PM
by
Rubia Torres
2007-04-12 08:47 PM
2007-04-13 03:01 PM
2007-04-13 03:34 PM
2007-04-16 01:16 PM
Paul wrote:You can modify "A" and "B" directly with dynamic hotspots. Just specify them in the Hotspot or Hotspot2 statement. For example:
I was wanting to just use the default "A" varible created by Archicad in my hotspot script.
Hotspot2 0, 0, unID, A, 1 : unID = unID+1 Hotspot2 A, 0, unID, A, 2 : unID = unID+1 Hotspot2 -1, 0, unID, A, 3 : unID = unID+1
2007-04-17 04:23 PM