Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias get_ent_attrs [
- if $editing [
- loop gea 4 [
- alias (format "ent_attr_%1" $gea) (getentattr $gea)
- ]
- ]
- ]
- alias copyent [
- if $editing [
- alias ent_type (getenttype)
- get_ent_attrs
- ]
- ]
- alias pasteent [
- newent $ent_type $ent_attr_0 $ent_attr_1 $ent_attr_2 $ent_attr_3
- ]
Advertisement
Add Comment
Please, Sign In to add comment