The Dink Network

Updated Dev Graphics: Wind Scar v2.00

December 23rd 2006, 08:23 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
dinkme updated Wind Scar to v2.00. This release adds two new sounds, the scripts have been commented, the shot no longer burns trees, and installation instructions have been added to the readme. So, go forth and scar the wind with your, er, new-and-improved Wind Scar.

December 23rd 2006, 08:24 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
What's a "wind scar".. I don't wanna know lol
December 23rd 2006, 10:24 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Great sound effects. They really blew me away. Though it may be a better idea to use compare_weapon("item-sw1");... as opposed to wasting a global var. I also thought the casting sequence passed by a little too fast. Maybe also give the windscar damage script a new name. Oh well, nothing major. It appears to be bugless. Keep up the good work

Just declare &armw as a local variable in the arm procedure of your spell script and add this to the beggining of the use procedure.

&armw = compare_weapon("item-sw1");
if (&armw == 1)
goto shoot;

&armw = compare_weapon("item-sw2");
if (&armw == 1)
goto shoot;

&armw = compare_weapon("item-sw3");
if (&armw == 1)
goto shoot;

return();

shoot:
//after shoot: comes your if statements and all that stuff
December 24th 2006, 12:56 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
Simeon: Probably a scar caused by wind.
Thanks rabidwolf9, I made the changes, didn't now about the compare_weapon function before so I had used a global variable.
December 24th 2006, 12:16 PM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
dinkme: But what kind of wind?
January 3rd 2007, 08:29 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
Hey rabidwolf9, can you please update your review to the newer version. It would be kind of you if you did so.
January 3rd 2007, 04:38 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
I tried, but I got an error message

An error occured while trying to add your review. Press back and make sure all necessary fields were filled out. If you continue to have problems, contact a staff member.
January 4th 2007, 04:54 AM
pq_skull.gif
dinkme
Peasant He/Him India
 
Try going into your account and choose the reviews link. Then modify the review.
Have you tried this way or have tried to submit a new review?
January 4th 2007, 10:50 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Just did that I guess I missed that, woops.