PDA

View Full Version : Two script requests



XMuppetSB
05-17-2010, 10:28 PM
Okay, I need two scripts:
1: a ffc script that plays a sound effect as soon as it appears... (I think Gleeok made a script like that in an old thread of mine before it was lost forever due to that damn hacker deleting all of our posts and threads :mad: )
2: a script that can make a 9X8 dungeon minimap to replicate the level 9 map from the 1st quest of The Outlands
Both of these in regards to replicating behavior seen in the 1st quest of The Outlands. These two mechanics were not seen in the 2nd quest of The Outlands, however.
(Sure, I could use the shop type to replicate the free bombs, which was used in place of the gamble room)

Joe123
05-20-2010, 08:41 AM
ffc script SFX{
void run(int sfx){
Game->PlaySound(sfx);
}
}