SSRPG Log 1

Stone Script Template (GTG)
HMOXUTDG avatar
HMOXUTDG
plain_text
08/16/2024 9:46 AM
716 B
17
Indexable
//Skeleton quest

var skeleton_quest = 1

?skeleton_quest = 1
  equipR ouroboros
  equipL tri

  ?pickup.distance <= 8
    equipR ouroboros
    equipL star  

  ?foe = immune_to_ranged &
  ^foe.distance <= 6
    equip skeleton arm
    
  ?(foe.hp + foe.armor) <= pphp
    ?item.CanActivate("skeleton_arm")
      equip skeleton
      activate R

  ?foe = mosquito &
  ^foe.distance <= 22
    equip repeating crossbow

  ?foe = boss
    equipR tri
    equipL ouroboros

    ?foe.distance <= 20
      equipR moon
      equipL fire wand
Editor is loading...
Leave a Comment