Installed NESS 4.1.9
Installed NESS 4.1.9. Tweaked main city. Full compile.
This commit is contained in:
14
_module/nss/spawnb_sc_disp.nss
Normal file
14
_module/nss/spawnb_sc_disp.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Spawn Banner Display Text
|
||||
//
|
||||
void main()
|
||||
{
|
||||
object oSpawn = GetLocalObject(OBJECT_SELF, "ParentSpawn");
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
string sSpawnName = GetLocalString(oSpawn, "f_Flags");
|
||||
string sSpawnTag = GetLocalString(oSpawn, "f_Template");
|
||||
|
||||
DelayCommand(0.0, FloatingTextStringOnCreature(sSpawnName, oPC));
|
||||
DelayCommand(1.0, FloatingTextStringOnCreature(sSpawnTag, oPC));
|
||||
}
|
Reference in New Issue
Block a user