Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
→Resurrect an Enemy on Death Script
imported>DarkWolfModding |
imported>DarkWolfModding |
||
Line 933: | Line 933: | ||
Function AddToCurrentDeathCount() | Function AddToCurrentDeathCount() | ||
CurrentDeathCount += 1 ;CurrentDeathCount = CurrentDeathCountValue + 1 | CurrentDeathCount += 1 ;CurrentDeathCount = CurrentDeathCountValue + 1 | ||
EndFunction | EndFunction | ||
</source> | </source> |