[DiscordArchive] 3.3.5a stuff can be ported to 5.4.8 right?
[DiscordArchive] 3.3.5a stuff can be ported to 5.4.8 right?
Archived author: Le Beef • Posted: 2020-12-14T21:01:53.326000+00:00
Original source
script loader is a .cpp file right?
Archived author: M'Dic • Posted: 2020-12-14T21:02:24.922000+00:00
Original source
link the creature script name in the sql
Archived author: M'Dic • Posted: 2020-12-14T21:02:33.285000+00:00
Original source
should be a file call script loader
Archived author: Le Beef • Posted: 2020-12-14T21:03:02.990000+00:00
Original source
so I can just search /src for file call script loader?
Archived author: M'Dic • Posted: 2020-12-14T21:03:10.486000+00:00
Original source
probably
Archived author: Le Beef • Posted: 2020-12-14T21:03:23.972000+00:00
Original source
ok got it
Archived author: Le Beef • Posted: 2020-12-14T21:04:35.134000+00:00
Original source
where in script loader do I add it?
Archived author: Le Beef • Posted: 2020-12-14T21:06:47.643000+00:00
Original source
should I put the actual tcg script into custom and add its name in scriptloader under void addcustomscripts() #ifdef //script here #endif
Archived author: Le Beef • Posted: 2020-12-14T21:09:02.090000+00:00
Original source
also is a scripts loading function the one that ends in .h?
Archived author: Le Beef • Posted: 2020-12-14T21:12:30.660000+00:00
Original source
ok done