KillBill16
Member
I could use some help. I'm using the the Advanced Message Script by Dubleaux (sp?) and decided to test an event: \Name[Elena]\f[elena]Hello!
But when I test it, this comes up:
Script ' ' line 254: NoMethodError occured.
private method `gsub' called for [\\f[elena]Hello!"]: Array
Here's the part of the script in question:
254: line.gsub!(/\\\w\[(\w+)\]/) { "" }
If any other part of the script is needed, tell me. Thank you for the help.
But when I test it, this comes up:
Script ' ' line 254: NoMethodError occured.
private method `gsub' called for [\\f[elena]Hello!"]: Array
Here's the part of the script in question:
254: line.gsub!(/\\\w\[(\w+)\]/) { "" }
If any other part of the script is needed, tell me. Thank you for the help.