Ver código fonte

[fixed] If leaving and dressed you go instead of blank screen due to no code

Kevin_Smarts 1 ano atrás
pai
commit
9634404fa0
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      locations/booty_call_morning.qsrc

+ 5 - 1
locations/booty_call_morning.qsrc

@@ -199,7 +199,11 @@ if $ARGS[0] = 'head_out':
 	if $clothingworntype = 'nude':
 		gt'booty_call_morning', 'dressing1'
 	else
-
+		cla & *clr
+		$npc_apt_hall[$boy]
+		'"Bye then."'
+		'You gather your things and give him a wave and head out the door.'
+		act'Leave':gt'booty_call_after', 'exit'
 	end
 end