for(var/A in D.actionp1c1)
if(filmfix==0)
filmfix=1
if(A!="|end|")
A-="|"
A-="|"
src.BattleChoice=A
src.NPCCombat()
D.actionp1c1-=A
D.actionp1c1-="|end|"
Problem description:
In theory, this should work. However, ingame, BYOND Spits an error at me and it doesn't work. It compiles just fine.
Any idea?
Well no, typically a theory has to be based on something to have any sort of validity. There's nothing in the DM guide or reference that would suggest what you're trying would work.
You need to be using findText() and copytext() instead.
Lummox JR