Hi!
Is it possible to embed variable values into npc creation scripts?
For example this is -the- script:
prtg_cas02,88,215,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
and I want it to use values from the variable .@map$. Is it posible to do something like this:?
.@map$,88,215,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
or to go further:
.@map_with_pos$,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
I would like to avoid switches, so is there a way to make this work?
Is it possible to embed variable values into npc creation scripts?
For example this is -the- script:
prtg_cas02,88,215,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
and I want it to use values from the variable .@map$. Is it posible to do something like this:?
.@map$,88,215,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
or to go further:
.@map_with_pos$,0 warp prtg-2-02_prtg-2-22 1,1,prtg_cas02,206,41
I would like to avoid switches, so is there a way to make this work?