Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
8
nwn_dark_sun/ds_sundial.nss
Normal file
8
nwn_dark_sun/ds_sundial.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
int nHour = GetTimeHour();
|
||||
int nMin = GetTimeMinute();
|
||||
int nSec = GetTimeSecond();
|
||||
string sTime = "The time is " + IntToString(nHour) + ":" + IntToString(nMin) + ":" + IntToString(nSec) + " on day " + IntToString(GetCalendarDay()) + " of the month " + IntToString(GetCalendarMonth()) + " of the year " + IntToString(GetCalendarYear());
|
||||
ActionSpeakString(sTime);
|
||||
}
|
Reference in New Issue
Block a user