16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
// :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
//:::::::::::::::::::::::: Shayan's Subrace Engine :::::::::::::::::::::::::::::
|
|
// :::::::::::::::::::::::::: Extension: SWand :::::::::::::::::::::::::::::::::
|
|
// ::::::::::::Contact: http://p2.forumforfree.com/shayan.html::::::::::::::::::
|
|
// ::::
|
|
// :::: Written by: DM_Moon
|
|
// ::
|
|
// :: Description: Subrace Conversation used in SSE's SWand system.
|
|
// ::
|
|
#include "sw_main_inc"
|
|
void main()
|
|
{
|
|
swand_DoDialogChoice(1);
|
|
}
|
|
|