I was wondering how Zodiac did there drops. When I have a drop NPC, even if the NPC is destroyed(), when you first enter the level, you can see all the NPCs ever place for a second or two then they go away. and it bothers me
PHP Code:
function onActionServerside() {
temp.npc = this.level.putNPC2(player.x, player.y, "");
temp.npc.join("drop");
}
I was wondering how Zodiac did there drops. When I have a drop NPC, even if the NPC is destroyed(), when you first enter the level, you can see all the NPCs ever place for a second or two then they go away. and it bothers me
PHP Code:
function onActionServerside() {
temp.npc = this.level.putNPC2(player.x, player.y, "");
temp.npc.join("drop");
}
Sounds like you're doing destroy(); on clientside and not serverside.
__________________
Follow my work on social media post-Graal: