Bukz

Copy/Paste ent concept...

Mar 26th, 2011
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. alias get_ent_attrs [
  2.   if $editing [
  3.     loop gea 4 [
  4.       alias (format "ent_attr_%1" $gea) (getentattr $gea)
  5.     ]
  6.   ]
  7. ]
  8.  
  9. alias copyent [
  10.   if $editing [
  11.     alias ent_type (getenttype)
  12.     get_ent_attrs
  13.   ]
  14. ]
  15.  
  16. alias pasteent [
  17.   newent $ent_type $ent_attr_0 $ent_attr_1 $ent_attr_2 $ent_attr_3
  18. ]
Advertisement
Add Comment
Please, Sign In to add comment