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