Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. if(!spawnData.restored)
  2. {
  3. levelManager = new W3LevelManager in this;
  4. levelManager.Initialize();
  5.  
  6.  
  7. inv.GetAllItems(items);
  8. for(i=0; i<items.Size(); i+=1)
  9. {
  10. if(inv.IsItemMounted(items[i]) && ( !inv.IsItemBody(items[i]) || inv.GetItemCategory(items[i]) == 'hair' ) )
  11. EquipItem(items[i]);
  12. }
  13.  
  14.  
  15.  
  16.  
  17.  
  18. AddAlchemyRecipe('Recipe for Swallow 1',true,true);
  19. AddAlchemyRecipe('Recipe for Cat 1',true,true);
  20. AddAlchemyRecipe('Recipe for White Honey 1',true,true);
  21.  
  22. AddAlchemyRecipe('Recipe for Samum 1',true,true);
  23. AddAlchemyRecipe('Recipe for Grapeshot 1',true,true);
  24.  
  25. AddAlchemyRecipe('Recipe for Specter Oil 1',true,true);
  26. AddAlchemyRecipe('Recipe for Necrophage Oil 1',true,true);
  27. AddAlchemyRecipe('Recipe for Alcohest 1',true,true);
  28.  
  29. //GeraltIsSmart begin
  30. MakeMyGeraltSmart();
  31. //GeraltIsSmart end
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement