i will try this code when i get home. so let me understand...instead of:
while (plBiped01_entity == null) {wait (1);}
it should say:
while (player == null) {wait (1);},
although my model is using plbiped01 template script?
yes, my model is named "player" by the way. or should it say:
while (player.mdl == null) {wait (1);}