[DiscordArchive] <@!224931509046345729> Is your smart_scripts functionally the same as on TC ?
[DiscordArchive] <@!224931509046345729> Is your smart_scripts functionally the same as on TC ?
Archived author: Shiroe • Posted: 2021-05-09T10:42:52.696000+00:00
Original source
<@!224931509046345729> Is your smart_scripts functionally the same as on TC ?
Archived author: Shiroe • Posted: 2021-05-09T10:43:13.837000+00:00
Original source
from a cpp perspective
Archived author: Shiroe • Posted: 2021-05-09T10:59:50.838000+00:00
Original source
after studying the code (I'll answer it myself)
they are not, now I understand why some smart scripts work on TC and not on AC
Archived author: Shin • Posted: 2021-05-09T11:17:12.299000+00:00
Original source
<@836172913492099092> feel free to import any event/action/target if needed
Archived author: Shiroe • Posted: 2021-05-09T11:18:50.728000+00:00
Original source
Any idea how to debug smart scripts ?
Archived author: bandysc • Posted: 2021-05-09T11:41:02.633000+00:00
Original source
if you are not familiar with c++/debugger, the best you can get is putting some actions that effect is clearly visible (like Die or Talk) to see if the event triggers.
if you are familiar with c++/debugger, well it is easiest to just hook debugger there, you can add conditional breakpoints to trigger only the script you want