Răsfoiți Sursa

[Edit] Added instructions on how to use the code.

CroWke 4 ani în urmă
părinte
comite
cc05a58941
1 a modificat fișierele cu 31 adăugiri și 0 ștergeri
  1. 31 0
      locations/phone_selfies.qsrc

+ 31 - 0
locations/phone_selfies.qsrc

@@ -1,5 +1,36 @@
 # phone_selfies
 
+!{ HOW TO USE:
+- UNLOCKING A PICTURE:
+	There are different types of pictures that can be viewed with the phone. These need to be unlocked for them to become viewable.
+	This is done by setting the correct variable to 1 INSIDE the event itself.
+	<<npcname>> should be replaced by the name of the npc for who you want to unlock something.	
+	- Pictures Sveta gets sent by an npc:
+		<<npcname>>[i] = 1
+	- Pictures Sveta takes herself with an npc:
+		<<npcname>>sveta[i] = 1
+	- Explicit pictures from an npc (could include Sveta):
+		<<npcname>>sex[i] = 1
+	- Pictures Sveta takes of an npc:
+		<<npcname>>photo[i] = 1
+	- Pictures Sveta takes of herself:
+		Here the code is run through the camera option on the phone and it will automatically unlock the correct picture.
+- INCREASE THE PICTURE COUNTER IN THIS FILE:
+	NPC Pictures:
+		As pictures are added the number in 'listretrieve2' inside this file needs to be increased by the amount of pictures you are adding.
+		- loopmax:
+			For selfies sent by an npc
+		- loopmaxsveta:
+			For selfies with an npc taken on Sveta''s phone
+		- loopmaxsex:
+			For explicit selfies
+		- loopmaxev:
+			For pictures Sveta takes of an npc
+	SVETA SELFIES:
+		The total amounts are kept in 'telefon', 'Phone_selfie_totals'.
+		Increase the correct variable in there to have it added to the phone.
+}
+
 if $ARGS[0] = 'selfies':
 	menu_off = 0
 	gs 'telefon', 'Phone_selfie_totals'