You've forgotten something Avalanche.
Code:
new entbar = create_entity("info_target")
Wont do.
Code:
new entbar = create_entity("weapon_crowbar")
Is how you should do it. Just changing the classname does not change what the ent is.
__________________