Can the expression of the current floor and the upper floor be different in 2D Script?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-06-09 03:05 PM
‎2023-06-09
03:05 PM
I want to know if it is possible because it seems to be expressed like that on the stairs.
I just want to know if it is possible to show the current 2d script in position.
What I want is to be able to express different expressions on the upper and lower floors like the stairs. ^^
AC27 on window 11
Labels:
- Labels:
-
Library (GDL)
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-06-09 04:44 PM
‎2023-06-09
04:44 PM
Yes, you can, with GLOB_CH_STORY_DIST
EPS = 0.00001
if GLOB_CH_STORY_DIST > EPS then
!upper floor script
else
if abs(GLOB_CH_STORY_DIST) < EPS then
!home floor script
else
!down floor script
endif
endif
Structural engineer, developer of free addon for sync GDL param and properties
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-06-09 06:21 PM
‎2023-06-09
06:21 PM
thank you. ^^
I think Aki is really fun.
I think imagination comes first
AC27 on window 11