Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Calamath
Forum: General Authoring Discussion 12/27/23, 10:38 AM
Replies: 10
Views: 4,948
Posted By Calamath
I rarely present code examples, and they are...

I rarely present code examples, and they are based on experiments I have done in the past, so they should present the correct facts.
However, the API changes constantly from quarter to quarter, and...
Forum: General Authoring Discussion 08/26/21, 10:12 PM
Replies: 10
Views: 4,948
Posted By Calamath
There are many ways to detect warping between...

There are many ways to detect warping between different zones using fast travel, but I use EVENT_PLAYER_ACTIVATED.

Here is a hint.

local isFirstTimePlayerActivated = true

local function...
Forum: General Authoring Discussion 08/26/21, 09:18 PM
Replies: 10
Views: 4,948
Posted By Calamath
Hey, the code you showed seems to be...

Hey, the code you showed seems to be EVENT_ZONE_UPDATED, not EVENT_ZONE_CHANGED, is this correct for your purpose?
Showing results 1 to 3 of 3