Dynasty Posted June 20, 2013 Posted June 20, 2013 hello guys i have 2 questions... how I can make a npc teleport a player at a certain point and this can not move until they pass a certain time? How i can make a script when a player dies, this throw everything you have in the inventory? that all... plz answer me Quote
KoolKat29 Posted June 20, 2013 Posted June 20, 2013 like this? pcblockmove getcharid(3),1; sleep2 500; pcblockmove getcharid(3),0; and OnPCDieEvent: atcommand "@storeall"; end; Quote
Dynasty Posted June 20, 2013 Author Posted June 20, 2013 but if i want to use the mapflaq nightmare is also good no? Quote
KoolKat29 Posted June 22, 2013 Posted June 22, 2013 what you mean with the throw is that you want their items to drop on the floor and not store the items in storage? Just use the dropall command instead if you wanted to drop everything. Quote
Question
Dynasty
hello guys
i have 2 questions...
how I can make a npc teleport a player at a certain point and this can not move until they pass a certain time?
How i can make a script when a player dies, this throw everything you have in the inventory?
that all... plz answer me
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.