Quote:
Originally posted by R0b1n-NPC
If two npcs were dropped using putnpc2 at EXACTLY the same time, npcscount-1 might not be the one you are aiming for.
^ is possible.. kinda
|
It is not possible, but let's assume it would be. You would use tokenize.
How would that help? Tokenize overwrites the last tokenize, so you'd have the same problem.
Even worse, because the result of tokenize would be read in the if (created) event, and this event will be processed one frame later, so it is even more possible that some other call to tokenize happend.