mod_extended_succubus.qsrc 350 B

12345678910
  1. # mod_extended_succubus
  2. !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
  3. !entry point 1: if player is in pav deep park
  4. if $curloc = 'pav_park' and $ARGS[0] = 'deeper_park':
  5. gs 'mod_extended_succubus_pav_deeppark'
  6. end
  7. --- mod_extended_succubus ---------------------------------