Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: cyclope on June 05, 2011, 10:50:31 pm

Title: Am I doing something wrong?
Post by: cyclope on June 05, 2011, 10:50:31 pm
I am trying to make an event via script call qith blizz abs, I've followed all the instructions in the manual but it still doesn't work. IDK what I'm doing wrong :(

Here is the code I made:
$BlizzABS.create_event(21, 7, 'Spider \e[4]', [[[[], [[0, 'e_bigspider', 260, 4, 0, 255, 0]], 0, 4, 4, [], true, false, false, false, false, 0, []]])

Title: Re: Am I doing something wrong?
Post by: winkio on June 05, 2011, 10:54:23 pm
at first glance, you need two slashes in front of the e[4] in the event's name, not one.  Other than that, is it erroring, or what?  A little detail would help answer your problem.