Dusty_Nuttles

GUE_Villager4.sqf

May 27th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. if (dayz_combat == 1) then {
  2. titleText ["You can't change clothes while in combat.", "PLAIN DOWN", 3];
  3. sleep 5;
  4. titleFadeOut 1;
  5. } else {
  6. titleText ["Changing Clothes...", "PLAIN DOWN", 3];
  7. sleep 3;
  8. [dayz_playerUID,dayz_characterID,'GUE_Villager4'] spawn player_humanityMorph;
  9. sleep 2;
  10. titleText ["...looking good! Wardrobe closed for 1 minute.", "PLAIN DOWN", 3];
  11. sleep 5;
  12. titleFadeOut 1;
  13. sleep 55;
  14. player addaction [("<t color=""#ff8810"">" + ("Wardrobe") +"</t>"),"wardrobe\skins_execute.sqf","",5,false,true,"",""];
  15. };
Advertisement
Add Comment
Please, Sign In to add comment