the screen. Here are the two codes((Yes, this is an anime style secret map)):
Code: Select all
actor rika_furude 10241
{
Height 40
Radius 20
+SOLID
States
{
Spawn:
riku a 0
Loop
}
}
actor Panties : PowerupGiver 12347
{
inventory.pickupmessage "PANTIES"
inventory.icon "pantA0"
powerup.color pink 0.25
inventory.maxamount 0
inventory.usesound "pickups/slowmo"
powerup.type "Regeneration"
powerup.duration 1000
translation "128:143=64:79"
+AUTOACTIVATE
+INVENTORY.FANCYPICKUPSOUND
states
{
Spawn:
PANT A 0 bright
}
}