Samples - baso88/SC_AngelScript GitHub Wiki

Samples included in this repository:

Map Scripts

Sample Description
monster_barney_custom Custom Barney/Barnabus monster entity. This script shows how to use ScriptSchedule class to create an NPC with custom schedules/tasks.
monster_rgrunt_dead Dead robo-grunt.
trigger_observer This entity can send a player into observer mode. Entity description can be found here.
weapon_deployentity A deployable entity weapon.
weapon_hlcrowbar The original Half-Life version of the crowbar.
weapon_hlcrowbar_electric The original Half-Life version of the crowbar modified to include a variation of Sven Co-op's electric crowbar attack.
weapon_hlmp5 The original Half-Life version of the MP5.
weapon_hlshotgun The original Half-Life version of the shotgun.
weapon_m79 M79 grenade launcher with custom model, sprites and sounds.

Plugins

Sample Description
Scheduler Sample script showing how to use the scheduler.
Effects Sample script demonstrating various Temporary Entities.