• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

RPG System pack error

Status
Not open for further replies.

bia

bia

Level 3
Joined
Jun 3, 2007
Messages
39
well today i dled RPG system pack
Code:
http://www.hiveworkshop.com/resources_new/spells/1131/

well i followed the tut and succesfully imported but when i compile map it gives this error

line 12224 : name expected
Code:
call ConditionalTriggerExecute ( gg_trg_DamageTextSystem )


thx for help
 
Level 5
Joined
Aug 27, 2007
Messages
138
If you're using the standard WE and have a map header (or so I think), it can mess with line numbers. Check the lines above that line to see if they compile or not. If that fails, check to see if you renamed gg_trg_DamageTextSystem. There's nothing wrong with the syntax there.
 
Status
Not open for further replies.
Top