Advertisement
Guest User

Untitled

a guest
Jan 26th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ///@desc instance_create_crop
  2. ///@arg x
  3. ///@arg y
  4. ///@arg hive_type
  5.  
  6. // Create Instance
  7. var inst = instance_create_layer(argument0,argument1,"Instances",obj_hive)
  8.  
  9.  
  10. // Give crop it's characteristics
  11. with inst {
  12. hiveType = argument2;
  13. maxHoney = hiveEngine.ds_hive_types[# 0, hiveType]
  14. }
  15.  
  16. return inst;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement