We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422c1c7 commit 98eda2dCopy full SHA for 98eda2d
scripts/dmodels_spawning.dsc
@@ -56,7 +56,7 @@ dmodels_spawn_model:
56
- define to_spawn_ent dmodel_part_stand[equipment=[helmet=<[part.item]>];armor_pose=[head=<[new_rot].xyz>]]
57
- define to_spawn_loc <[center].add[<[new_pos].div[16].rotate_around_y[<[yaw_mod].mul[-1]>]>]>
58
- if <[fake_to].exists>:
59
- - fakespawn <[to_spawn_ent]> <[to_spawn_loc]> save:spawned d:infinite
+ - fakespawn <[to_spawn_ent]> <[to_spawn_loc]> players:<[fake_to]> save:spawned d:infinite
60
- define spawned <entry[spawned].faked_entity>
61
- else:
62
- spawn <[to_spawn_ent]> <[to_spawn_loc]> save:spawned
0 commit comments