Advertisement
Guest User

Untitled

a guest
Dec 24th, 2017
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. EXECUTION ERROR in creation code of room Gang Garrison 2
  2. In script game_init:
  3. In script calculateMonthAndDay:
  4. In script xmasTime:
  5. Error in code at line 44:
  6. sprite_assign(BackstabTorsoRedS, BackstabTorsoRedSX);
  7. ^
  8. at position 20: Unknown variable BackstabTorsoRedS
  9.  
  10. ___________________________________________
  11. EXECUTION ERROR in creation code of room Menu
  12. Error in code at line 1:
  13. window_set_position(previous_window_x+previous_window_w/2-window_get_width()/2, previous_window_y);
  14. ^
  15. at position 21: Unknown variable previous_window_x
  16.  
  17. ___________________________________________
  18. EXECUTION ERROR in creation code of room CustomMapRoom
  19. In script CustomMapInit:
  20. In script CustomMapProcessLevelData:
  21. In script CustomMapCreateEntitiesFromEntityData:
  22. In script getEntityData:
  23. Error in code at line 8:
  24. /** * Gives all entity data based on an entity name * Argument0: The entity name * Returns a map containing the data of that entity*/var index;index = ds_list_find_index(global.entities, argument0);if (index == -1) return -1;return ds_list_find_value(global.entityData, index);
  25. ^
  26. at position 35: Unknown variable entities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement