Custom teleport added euler angles and added persist outfit (#1743)

* Addressed #1694: Added Euler angles to telelocation JSON object.
* Added Persist Outfits to resolve #1669
This commit is contained in:
gir489
2023-07-18 04:16:26 -04:00
committed by GitHub
parent f040e72b37
commit d3b3e57899
10 changed files with 294 additions and 90 deletions

View File

@ -54,6 +54,7 @@ namespace big
looped::self_police();
looped::self_hud();
looped::self_dance_mode();
looped::self_persist_outfit();
script::get_current()->yield();
}