generated from Jaysyn/ModuleTemplate
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
/////////////////////////////////////
|
|
// Dragon's Edge
|
|
// by Charly Carlos
|
|
/////////////////////////////////////
|
|
// Toss the Dagger: Both daggers hit the ground pointing downwards.
|
|
/////////////////////////////////////
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "nActualDaggers", 2);
|
|
}
|