Search found 4 matches
- Mon Sep 01, 2003 3:39 pm
- Forum: Mapping
- Topic: Highway Funeral
- Replies: 35
- Views: 977
- Sun Apr 27, 2003 7:41 pm
- Forum: General Discussion
- Topic: AIC MoH Editing Site
- Replies: 2
- Views: 244
AIC MoH Editing Site
I've been off for a while, but I created a new site meanwhile.
http://www.planetmedalofhonor.com/aic
Maybe you can give me some feedback?
http://www.planetmedalofhonor.com/aic
Maybe you can give me some feedback?
- Wed Mar 12, 2003 2:00 pm
- Forum: Scripting
- Topic: Script Error: Cannot cast 'array' to listener
- Replies: 10
- Views: 408
Script Error: Cannot cast 'array' to listener
What does this error mean?
Code: Select all
local.bomb_offset = local.bomb.origin - local.base.origin (maps/obj/mainobj.scr, 61)
local.bomb_offset = local.bomb^
Script Error: Cannot cast 'array' to listener- Fri Mar 07, 2003 9:00 pm
- Forum: Scripting
- Topic: Random Location Objectives
- Replies: 15
- Views: 585
Random Location Objectives
I want to create a random location objective (Like The Hunt) but I don't understand the script of it
flak88_random_setup local.explosive local.weapon local.point_at local.base local.number_of_locations:
local.location = ((randomint (local.number_of_locations)) + 1)
local.trigger_offset = self ...
flak88_random_setup local.explosive local.weapon local.point_at local.base local.number_of_locations:
local.location = ((randomint (local.number_of_locations)) + 1)
local.trigger_offset = self ...